Store the organisation rules into organisation.yml file.
First run org <- organisation$new() with the appropriate argument.
Next you can store the configuration with write_organisation(org).
Usage
write_organisation(org, x = ".")
Arguments
- org
An organisation object.
Create it with organisation$new().
- x
Either a checklist object or a path to the source code.
Defaults to ..
See also
Other both:
add_badges(),
check_filename(),
check_lintr(),
check_spelling(),
custom_dictionary(),
default_organisation(),
print.checklist_spelling(),
read_checklist(),
read_organisation(),
update_citation(),
write_checklist(),
write_citation_cff(),
write_zenodo_json()