Add boilerplate code to the current project for a drake-based project
Copy drake templates to the current project.
Create a description file (usethis::use_description), including key dependencies to run a drake workflow, installing them by default (opt-out using install_deps = FALSE).
Include entries in .gitignore to prevent some files into version control
drakeme(install_deps = TRUE)
use_drake(install_deps = TRUE)
logical, whether to install drake and other dependencies