Rprofile: Add project .Rprofile

View source: R/Rprofile.R

RprofileR Documentation

Add project .Rprofile

Description

Add a template .Rprofile file to a project directory.

Usage

Rprofile(project_directory, renv = TRUE)

Arguments

project_directory

the project directory file path

renv

add infrastructure for renv package environment management

Examples

## Not run: 
projectSkeleton(paste0(tempdir(),'/test_project'))
Rprofile(paste0(tempdir(),'/test_project'))

## End(Not run)

jasenfinch/projecttemplates documentation built on July 30, 2023, 5:28 a.m.