main_rmd | R Documentation |
.Rmd
source fileDetermines which R Markdown file under Rmd/
in path
is the package's main source file. If multiple .Rmd
files are present, the one whose name matches
the package name is selected.
main_rmd(path = ".")
path |
Path to the root of the package directory. |
A character vector, of length 1 if a main .Rmd
is found, otherwise of length 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.