Skip to contents

Add a stratum skeleton to your project space

Usage

build_stratum(stratum_name, path = ".", order = 1)

Arguments

stratum_name

Name of your stratum

path

A path to where you want to drop your stratum

order

The order of the stratum

Value

invisibly returns fs::path to stratum

Examples

if (FALSE) { # \dontrun{
build_stratum("my_stratum_name", "PATH/TO/PROJECT/FOLDER/")
} # }