repo_setup_guide | R Documentation |
See examples to set up a new project repository:
repo_setup_guide()
## Not run:
# In terminal:
cd path/to/superdirectory
mkdir repo_name
cd repo_name
# In R
setwd("path/to/new/repo")
repo_init()
repo_create_gdrive_symlink(fig_path=NULL,gdrive_path="path/to/gdrive/project/directory")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.