reset | R Documentation |
srcpkgs
settingsWith this function, you can reset or set precisely the settings.
reset(root = find_project_root(), srcpkgs_paths = find_srcpkgs_paths(root))
root |
directory from where to search for source packages |
srcpkgs_paths |
paths to the source packages folders |
the settings (cf settings()
) invisibly
# reset to appropriate defaults based on your current directory
reset()
# explictly set the project root
reset(root = tempdir())
# explictly set the source package paths (very unlikely)
reset(srcpkgs_paths = c('pkgs/mypkg1', 'pkgs/mypkg2'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.