make_project | R Documentation |
Creates a new template project folder from a copied location. A Rproject environment with the parent folder will be created. If folder is non-empty, this will return an error (so it won't override a non-empty folder accidentally).
make_project(Mac = FALSE, Open = FALSE)
Mac |
If using a Mac, set to TRUE. FALSE by default |
Open |
Should the project be opened or not. FALSE by Default |
# Create a folder, copy its location, and run:
make_project()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.