Package 'rfold'

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-08-20 05:30:26 UTC
Source: https://github.com/feddelegrand7/rfold

Help Index


Transfer .R files into the R directory

Description

Transfer .R files into the R directory

Usage

rfold(folders_to_ignore = NULL, script_name_prefix = "DO_NOT_EDIT_")

Arguments

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

Value

called for the side effect of transferring all R files