make_r_script: Dump skript together with all functions from package
Description
Dump skript together with all functions from package
Usage
make_r_script(script = NULL, package, outfile = "./inca_r_script.R", all = TRUE)
Arguments
script
connection with script (file) to append tp function defenitions
package
name of package (as character)
outfile
filename for dump file
all
should all (even non exported) objects from the package be exported?
Value
nothing (function called for its side effects)