Jeniffen Chandrabalan

Results 15 issues of Jeniffen Chandrabalan

enhancement ✨

Generate dynamic folder structure from JSON file. Ideally pass JSON file path as argument to `set_me_up` function. ```r projectr::set_me_up( projectname = "Template Project", json_filepath = NULL ) ``` ### Arguments...

enhancement ✨

Add prefix for created folders as argument to set_me_up function. ```r projectr::set_me_up( ... prefix = NULL ) ``` ### Arguments **prefix** : A string that will be prefixed to every...

enhancement ✨

Before a user creates folder paths, the user should be asked to confirm weather or not the project should be created in the current path. If not, the user should...

enhancement ✨

Preset essential scripts in order to get started

enhancement ✨

Function is supposed to print folder structure including additional information like folder size and environment information

enhancement ✨