Rprofile | R Documentation |
Add a template .Rprofile file to a project directory.
Rprofile(project_directory, renv = TRUE)
project_directory |
the project directory file path |
renv |
add infrastructure for renv package environment management |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
Rprofile(paste0(tempdir(),'/test_project'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.