Description Usage Arguments Value
View source: R/make_r_script.R
Dump skript together with all functions from package
1 2 | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.