envi_init: Initialize an R Environment

Description Usage Arguments

View source: R/mutate.r

Description

Initialize an R Environment

Usage

1
envi_init(handle, full_name = handle, bare = FALSE, git_init = TRUE)

Arguments

handle

the name of the new environment.

full_name

the name of the environment directory. (Defalt is the value of the handle argument)

bare

should the project be initialized without attempting to discover and install R package dependencies? (Default TRUE)

git_init

project include an initialized git repository? (Default TRUE)


kaneplusplus/envi documentation built on Jan. 6, 2020, 2:06 p.m.