rfold {rfold}R Documentation

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


[Package rfold version 0.2.0 Index]