- input
[character(1)
]
path of the file to normalise. If this
is left empty, all files at stage two as subset by pattern
are
chosen.
- pattern
[character(1)
]
an optional regular expression. Only
dataset names which match the regular expression will be processed.
- ontoMatch
[character(.)
]
name of the column(s) that shall be
matched with an ontology (defined in start_arealDB
).
- outType
[logical(1)
]
the output file-type, currently
implemented options are either *.csv (more exchangeable for a
workflow based on several programs) or *.rds (smaller and less
error-prone data-format but can only be read by R efficiently).
- beep
[integerish(1)
]
Number specifying what sound to be
played to signal the user that a point of interaction is reached by the
program, see beep
.
- update
[logical(1)
]
whether or not the physical files should
be updated (TRUE
) or the function should merely return the new
object (FALSE
, default). This is helpful to check whether the
metadata specification and the provided file(s) (translation and ID tables)
are properly specified.
- verbose
[logical(1)
]
be verbose about translating terms
(default FALSE
). Furthermore, you can use
suppressMessages
to make this function completely silent.