Title: | Working with many R Folders Within an R Package |
---|---|
Description: | Allows developers to work with many R folders inside a package. It offers functionalities to transfer R scripts (saved outside the R folder) into the R folder while making additional checks. |
Authors: | Mohamed El Fodil Ihaddaden [aut, cre] |
Maintainer: | Mohamed El Fodil Ihaddaden <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.2.0 |
Built: | 2024-11-18 05:09:18 UTC |
Source: | https://github.com/feddelegrand7/rfold |
Transfer .R files into the R directory
rfold(folders_to_ignore = NULL, script_name_prefix = "DO_NOT_EDIT_")
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