Skip to content

Conversation

@machow
Copy link
Collaborator

@machow machow commented Apr 13, 2022

Addresses #89, e.g.

>>> from pins.constructors import *
>>> board_deparse(board_rsconnect(server_url="http://example.com", api_key="xxx"))
"board_rsconnect(server_url='http://example.com')"

>>> board_deparse(board_folder("a/b/c"))
"board_folder('a/b/c')"

Note that currently the RSC approach differs from R:

> board_deparse(board)
board_rsconnect("envvar", server = "https://colorado.rstudio.com/rsc")

Let's remedy in #93

@machow machow merged commit 0bd6a6a into main Apr 13, 2022
@machow machow deleted the deparse-rsc-local branch June 27, 2022 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants