set_proj | R Documentation |
Function to set up a R project
set_proj(fd_name, proj_type = "general")
fd_name |
path and folder name. |
proj_type |
project type. working folder/project name of the project |
.Rproj and folder structure of the project
## Not run:
set_proj(fd_name= "/Users/newfolder", proj_type = "g")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.