source_r | R Documentation |
Same with default source except: 1. local is TRUE in default, 2. chdir is TRUE in default.
source_r(file, local = TRUE, ..., chdir = TRUE)
file |
file name |
local |
local environment; default is current environment |
... |
argument for source |
chdir |
change dir |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.