as_notebook | R Documentation |
as_notebook()
renders Rmarkdown (.Rmd
) or Quarto
(.Qmd
) vignettes as Juptyer (.ipynb
) notebooks. The
vignettes and notebooks are updated in an AnVIL workspace.
as_notebook(
rmd_paths,
namespace,
name,
update = FALSE,
type = c("ipynb", "rmd", "both"),
quarto = c("render", "convert")
)
rmd_paths |
|
namespace |
|
name |
|
update |
|
type |
|
quarto |
|
See the vignette "Publishing R / Bioconductor Packages To AnVIL Workspaces" for details on the conversion process; best results are obtained when Quarto software is available.
as_notebook()
returns the paths to the local (if update = FALSE
) or the workspace notebooks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.