`setup_readme()` establishes a README.md with the standard USAID disclaimer (or appends to one that currently exists). This function can be used as a stand alone function but primarily serves `si_setup()`.
setup_readme(add_disclaimer = TRUE)
adds/appends disclaimer to README
Other project setup:
folder_setup()
,
setup_gitignore()
,
si_setup()
if (FALSE) { # \dontrun{
#standard (appends dislaimer if README exists)
setup_readme() } # }