make_project: make_project

make_projectR Documentation

make_project

Description

Creates a new template project folder from a copied location. A Rproject environment with the parent folder will be created. If folder is non-empty, this will return an error (so it won't override a non-empty folder accidentally).

Usage

make_project(Mac = FALSE, Open = FALSE)

Arguments

Mac

If using a Mac, set to TRUE. FALSE by default

Open

Should the project be opened or not. FALSE by Default

Examples

# Create a folder, copy its location, and run:
make_project()

Nicktz/fmxdat documentation built on Aug. 25, 2024, 10:18 a.m.