Skip to contents

Function reference

Functions for creating gerp projects.

ger_proj()
Quickly create new gerp project
ger_path()
Get file path(s)
ger_create()
Create a new good enough R project

Folder functions

Functions for creating gerp folders & files.

ger_setup()
good enough R setup
ger_code()
good enough code files
ger_data()
good enough data folders
ger_dev()
good enough R development folder
ger_report()
good enough R report folder

Path functions

Functions for folder & file paths.

ger_root()
Get the root folder of your project
ger_fpath()
Get current file path
ger_lkp_path()
Get look-up file/folder tree path

Code functions

Functions for writing code.

ger_headr()
Insert 'good enough' R script header
ger_sect() ger_sect()
R script section header <(+_+)>

Naming functions

Functions for naming things.

ger_name()
Good enough name
ger_fname()
Good enough file name
ger_batch_rename()
Rename all files in a folder