create_rproj: Create a .Rproj file

Description Usage Arguments Value Examples

View source: R/main.R

Description

Create a .Rproj file

Usage

1
create_rproj(project)

Arguments

project

the name of the .Rproj file

Value

a .Rproj.file

Examples

1
2
3
4
oldwd <- getwd()
setwd(tempdir())
create_rproj("test")
setwd(oldwd)

Example output

[1] TRUE

rosr documentation built on July 2, 2020, 2:28 a.m.

Related to create_rproj in rosr...