Appends to read and source calls URL path.
| 1 2 3 4 5 6 7 8 9 10 11 | setwd_remote(
  r.script.raw,
  repo,
  branch = "master",
  subdir,
  vcs = "github",
  vcsdir,
  vcsenv,
  tokens_base = c("source", "read"),
  tokens_add = NULL
)
 | 
| r.script.raw | character, script to append remote path. | 
| repo | character, path to append | 
| tokens_base | character, vector of base R functions names that will be have a path appended to them. | 
| tokens_add | character, vector of functions names that will be have a path appended to them. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.