Skip to contents

Create the code folder for the import, tidy, wrangle, visualize, model, and data .R files.

Usage

ger_code(folder_name = NULL, header = TRUE)

Arguments

folder_name

name of folder for code files (string)

header

include roxygen2 headers?

Details

If header is FALSE, code files are created with a standard script header. By default, the code files are placed in a code/ folder, but this can be changed with a character string.