Description Usage Arguments Examples
View source: R/create_data_project.R
Creates a project from a template. By default, creates a project from this template: https://github.com/dcl-docs/project
1 2 3 4 5 6 | create_data_project(
path,
project = TRUE,
template = "https://github.com/dcl-docs/project/archive/master.zip",
open = interactive()
)
|
path |
A path giving the location for the new project. If it does not already exist, it is created. |
project |
If |
template |
Download URL of template repository. Defaults to the dcl-docs project template. |
open |
If |
1 | ## Not run: create_data_project("path/to/project")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.