Create a .Rproj file

create_rproj(project)

Arguments

project

the name of the .Rproj file

Value

a .Rproj.file

Examples

oldwd <- getwd() setwd(tempdir()) create_rproj("test")
#> [1] TRUE
setwd(oldwd)