A command line version of opening RStudio projects.

op(path = ".")

Arguments

path

Path to the (proposed) RStudio project.

Examples

if (FALSE) {
# Open project in current working directory
op()
# Open project in current working directory
op("/path/to/project")
}