R/use.R
dipr_document_output_groups.RdThe usage of this function is to print templated documentation to the console
and then copy and paste into the export document create with dipr_use_export_doc.
This function works only on csv exports.
dipr_document_output_groups(path, ...)a character vector of full path names; the default
corresponds to the working directory, getwd(). Tilde
expansion (see path.expand) is performed. Missing
values will be ignored. Elements with a marked encoding will
be converted to the native encoding (and if that fails, considered
non-existent).
Arguments passed on to base::list.files
patternan optional regular expression. Only file names which match the regular expression will be returned.
all.filesa logical value. If FALSE, only the
names of visible files are returned (following Unix-style visibility,
that is files whose name does not start with a dot). If TRUE,
all file names will be returned.
full.namesa logical value. If TRUE, the directory
path is prepended to the file names to give a relative file path.
If FALSE, the file names (rather than paths) are returned.
recursivelogical. Should the listing recurse into directories?
ignore.caselogical. Should pattern-matching be case-insensitive?
include.dirslogical. Should subdirectory names be included in recursive listings? (They always are in non-recursive ones).
no..logical. Should both "." and ".." be excluded
also from non-recursive listings?