View source: R/auto_make_runall_file.R
auto_make_runall_file | R Documentation |
This makes a runall file from a directory that has r files
auto_make_runall_file(code_directory, out_file = "", send_to_clipboard = T)
code_directory |
Directory that has all the code (needs full name) |
out_file |
outout .R file |
send_to_clipboard |
if T, then output will be sent to clipboard |
This saves an .R file
auto_make_runall_file(code_directory = "C:/Users/hanno/Dropbox/Harvard/Projects/Newspapers/02_Code/",
out_file = "02_Code/RUNALL_TEST.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.