Description Usage Arguments Details Value
as_notebook()
renders .Rmd vignettes as .ipynb
notebooks, and updates the notebooks in an AnVIL workspace.
1 | as_notebook(rmd_paths, namespace, name, update = FALSE)
|
rmd_paths |
|
namespace |
|
name |
|
update |
|
.Rmd
Vignettes are processed to .md
using
rmarkdown::render(..., md_document())
, and then translated to
.ipynb
using python software called notedown
; notedown is
available at https://github.com/aaren/notedown.
1 2 |
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.