View source: R/create_project.R
create_project | R Documentation |
This function will create a new project directory for you with subdirectories, and .Rmd and .R templates.
create_project(name = "my_project", type = "html")
name |
A name for your project |
type |
A valid .Rmd output (html, pdf, word) |
# Create a new project with html report
# create_project(name = 'my_project', type = 'html')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.