| make_r_script {rccmisc} | R Documentation |
Dump skript together with all functions from package
make_r_script(script = NULL, package, outfile = "./inca_r_script.R", all = TRUE)
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? |
nothing (function called for its side effects)