powered by
Create a .Rproj file
create_rproj(project)
the name of the .Rproj file
a .Rproj.file
# NOT RUN { oldwd <- getwd() setwd(tempdir()) create_rproj("test") setwd(oldwd) # }
Run the code above in your browser using DataLab