Skip to contents

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 ..