{golem} template for non-RStudio IDE users

94 Views Asked by At

Is there a progammatic way to start a new {golem} app from template? As a VSCode user, it bothers me a little having to open RStudio just to create a new project from template.

1

There are 1 best solutions below

0
On BEST ANSWER

You can use golem::create_golem() to create golem apps using command line. There is no requirements for an IDE.
Note that any new project template for RStudio requires a R function in the package behind the scene. Chances are all templates have this function exported to the users.