init_project: Initiate a new Rproject from the console.

Description Usage Arguments Details

Description

init_project

Usage

1
init_project(proj_name, create_folder = TRUE)

Arguments

proj_name

a character string to be used as the name of the .Rproj file and directory

create_folder

a logical value, whether to create a folder to hold the .Rproj file (TRUE) or (FALSE) place the .Rproj folder directly in the current working directory.

Details

This function is designed for use in the launch_project GUI. By default, it creates a folder inside the working directory with a name equal to the character value given to the proj_name argument (this behavior can be suppressed by setting the argument create_folder = FALSE). A .Rproj file is then created and initialized inside the folder (or working directory, if create_folder = FALSE).


LizLeki/brownie documentation built on May 31, 2019, 1:53 p.m.