View source: R/list_manuscripts.R
list_manuscripts | R Documentation |
Returns a character vector with the names of manuscripts loaded in a given environment.
list_manuscripts(envir = parent.frame(1))
envir |
The environment in which to check for manuscripts. |
A character vector, or NULL
if no manuscripts
exist in the environment.
temp_file <- tempfile(fileext = ".Rmd")
write("`r 1 + 1", file = temp_file)
read_manuscript(temp_file)
list_manuscripts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.