rfold | R Documentation |
Transfer .R files into the R directory
rfold(folders_to_ignore = NULL, script_name_prefix = "DO_NOT_EDIT_")
folders_to_ignore |
a string vector of plain names folders that should be ignored where transferring .R files into the main R folder (for example a dev folder). Defaults to NULL |
script_name_prefix |
characters string of length 1 that will be appended to the start of the .R scripts when transferring them to the R folder. Defaults to 'DO_NOT_EDIT', set it to NULL for no appending |
called for the side effect of transferring all R files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.