audit_exports.Rd
Checks if functions are exported via Roxygen tags and if they appear in the NAMESPACE.
audit_exports(inventory, dir_path = ".")
Dataframe. The output of audit_inventory().
String. Project root.
The inventory dataframe with new columns: 'has_export_tag', 'in_namespace', 'status'.