copy8objects {documair} | R Documentation |
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.
copy8objects(nfiles,nobjects,file)
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. |
Standard tags defined by documair0$tags are used.
character(0) if everything went right, if not, some warning messages about found difficulties.