Add the boilerplate Apache header to the top of a source code file
add_license_header(
file,
year = format(Sys.Date(), "%Y"),
copyright_holder = "Province of British Columbia"
)
Path to the file
The year the license should apply (Default current year)
Copyright holder (Default "Province of British Columbia")