# only run fn interactively, will place files in current working dir
if (interactive()) {
# create gitignore file
use_project_file("gitignore")
use_project_gitignore()
# create README.md file
use_project_file("readme")
use_project_readme()
}
Run the code above in your browser using DataLab