Opens a new R project using the RSF template. Intended for use in RStudio, not interactively.
use_rsf(path, ...)project path
project configurations supported:
output_dir in _bookdown.yml https://bookdown.org/yihui/bookdown/configuration.html
initialize git repo via gert::git_init()
initialize renv via renv::init()
This function is called when the user selects File > New Project > New Directory > Report of Statistical Findings using bookdown. The directory name and output directory can be specified.