Description Usage Arguments Value Examples
View source: R/create_article_pkg.R
Create an article package structure
1 | create_article_pkg(path, template = Rmdx::rmdx_paper, use_home = TRUE, ...)
|
path |
where project will be located |
template |
base document to use. You can go with the default. Or set any of the rticles formats. Theoretically any format that follows the conventions of rticles can be used. |
use_home |
indicates if home page is used to display the article online version |
... |
other arguments passed to |
NULL
1 2 3 4 | ## Not run:
create_article_pkg("~/foofactors")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.