Skip to contents

Create and open a new 'good enough' project.

Usage

ger_create(folder, name)

Arguments

folder

the parent folder of your project

name

name of your project

Details

this function will open a new RStudio project. The folder is the parent folder that will contain your new project, and the name will be the name of your project sub-folder. To navigate folders on your computer, I like to use ger_path() function. If you start with ger_path("/"), you should be able to find all the folders you have permissions to (probably best to start with "/Users").

Examples

# not run
# ger_create(folder = tempdir(), "my project 01")