Create a new good enough R project
ger_create.Rd
Create and open a new 'good enough' 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"
).