Learn R Programming

rosr (version 0.0.10)

create_rproj: Create a .Rproj file

Description

Create a .Rproj file

Usage

create_rproj(project)

Arguments

project

the name of the .Rproj file

Value

a .Rproj.file

Examples

Run this code
# NOT RUN {
oldwd <- getwd()
setwd(tempdir())
create_rproj("test")
setwd(oldwd)
# }

Run the code above in your browser using DataLab