lint
lint copied to clipboard
Write documentation objects to `./man`
To fill the promise of creating a full documentation solution there needs to be a function that creates the Rd files from all the objects in a package.
This will have to
- Have the objects loaded.
- Have all example blocks associated.
- Have a way to combine documentation objects into the same file for output.
- Be able to infer the filename.
Then run the format_Rd function for each object to create the resulting files.