as_workspace | R Documentation |
as_workspace()
renders a package source tree (e.g.,
from a git checkout) as an AnVIL workspace.
as_workspace(
path,
namespace,
name = NULL,
create = FALSE,
update = FALSE,
use_readme = FALSE,
type = c("ipynb", "rmd", "both"),
quarto = c("render", "convert")
)
path |
|
namespace |
|
name |
|
create |
|
update |
|
use_readme |
|
type |
|
quarto |
|
Information from the DESCRIPTION file and Rmd YAML are
used to populate the 'DASHBOARD' tab. See ?as_notebook()
for
details on how vignettes are processed to notebooks.
as_workspace()
returns the URL of the updated workspace,
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.