make_r_script: Dump skript together with all functions from package

Description Usage Arguments Value

View source: R/make_r_script.R

Description

Dump skript together with all functions from package

Usage

1
2
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)


rccmisc documentation built on May 2, 2019, 2:48 p.m.