R/untangle_examples.R
untangle_examples.Rd
Converts and aggregates roxygen2 examples into a single output file.
untangle_examples(input, output = "./roxy_ex_to_file.R")
input | character, file or directory |
---|---|
output | character, file path of output, Default: './roxy_ex_to_file.R' |
writes R file to disk
If output is set to NULL then output returned as invisible character object.