if (FALSE) {
# Call the function to create a new project
dfeR::create_project(
path = "C:/path/to/your/new/project",
init_renv = TRUE,
include_structure_for_pkg = FALSE,
create_publication_proj = FALSE,
include_github_gitignore = TRUE
)
}
Run the code above in your browser using DataLab