roc_output.mergeNamespace: Roxygen output function that merges a base NAMESPACE file with the Roxygen dynamically created NAMSPACE file
Description
The 'roclet_output' function handles output of the results from the 'roc_process' function.
This function mergeds the NAMESPACE file created by the 'namespace' roclet with the list of Redland RDF
functions determined by the 'roc_process' function.Usage
roc_output.mergeNamespace(roclet, results, base_path, options = list(), check)
Arguments
roclet
the currently running roclet
results
the list of items to process that was generated by the roc_process.mergedNamespace function
base_path
the base directory path of the package
options
output options (not used)
check
a check flag (not used)