Learn R Programming

documair (version 0.6-0)

copy8objects: generates a file comprising indicated functions

Description

Explores a series of R code files supposed to comprise the needed functions with tagging and copy them into a new not already existing file.

Usage

copy8objects(nfiles,nobjects,file)

Arguments

nfiles
Files where to look for the functions.
nobjects
A character indicating the objects to pick up from the indicated files.
file
Name of the file to create.

Value

character(0) if everything went right, if not, some warning messages about found difficulties.

Details

Standard tags defined by documair0$tags are used.