Implement the specification in registration database on several
filegroups at once. This function will only be used when all selected
filegroups have been controlled for any errors. The selected filegroups
will be saved as a .csv
file with respective filegroup names and folder
as in registration database.
See also
Other filegroups functions:
make_file()
Examples
if (FALSE) { # \dontrun{
make_filegroups(NEET, TRANGBODD, DODE)
fgp <- c("NEET", "TRANGBODD","DODE")
make_filegroups(fgp)
} # }