Skip to contents

Creates the default project folder structure with Excel file templates in the working directory.

Usage

initProject(destination = ".", overwrite = FALSE)

Arguments

destination

A string defining the path where to initialize the project. default to current working directory.

overwrite

Overwrite files if they exist. If this is FALSE and the file exists an error will be thrown.