Skip to contents

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

Usage

init_project(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.