generate_func_var_roxygen_comments_from_file: Parse and convert text generated by doc_vars_in_this_func()...

Description Usage Arguments Value See Also Examples

Description

This is a wrapper function for generate_func_var_roxygen_comments_from_vec to load the strings to be parsed from a file into the vector of strings.

Usage

1

Arguments

infile

character string giving path and file name for input file

sinkFilePath

character string giving path and file name for output file

Value

Returns nothing

See Also

generate_func_var_roxygen_comments_from_vec

Examples

1
2
3
4
5
6
7
## Not run: 
workdir = "/Users/bill/tzar/outputdata/biodivprobgen/default_runset/1837_marxan_simulated_annealing.completedTzarEmulation"
infile = file.path (workdir, "consoleSinkOutput.temp.txt")
outfile = file.path (workdir, "localvar_roxygen_comments.txt")
generate_func_var_roxygen_comments_from_file (infile, outfile)

## End(Not run)

langfob/docaids documentation built on May 20, 2019, 7:56 p.m.