setup_reload | R Documentation |
creates a settings file in the users home directory that will be used by reload()
setup_reload(package_dir, working_dir)
package_dir |
A string representing the base directory of the R package in development |
working_dir |
A string representing the directory you are working in |
setup_reload(package_dir = "C:/packages/my_package", working_dir = "C:/Analysis/analysis_23")
setup_reload(package_dir = file.path(get_home(), "Documents", "Packages", "my_package"), working_dir = file.path(get_desktop(), "my_working_directory"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.