checkIndex {rdwd} | R Documentation |
check indexes
Description
check indexes. Mainly for internal usage in createIndex()
.
Not exported, so call it as rdwd:::checkIndex() if you want to
run tests yourself. Further test suggestions are welcome!
Usage
checkIndex(
findex = NULL,
mindex = NULL,
gindex = NULL,
excludefp = TRUE,
fast = FALSE,
warn = !quiet,
logfile = berryFunctions::packagePath(file = "misc/ExampleTests/warnings.txt"),
quiet = rdwdquiet()
)
Arguments
findex |
|
mindex |
|
gindex |
|
excludefp |
Exclude false positives from geoIndex coordinate check results? DEFAULT: TRUE |
fast |
Exclude the 3-minute location per ID check? DEFAULT: FALSE |
warn |
Warn about issues? DEFAULT: |
logfile |
File to copy log to, appended to existing content. NULL to suppress. DEFAULT: "misc/ExampleTests/warnings.txt" |
quiet |
Logical: Suppress progress messages?
DEFAULT: FALSE through |
Value
Charstring with issues (if any) to be printed with cat()
.
Author(s)
Berry Boessenkool, berry-b@gmx.de, May 2019
See Also
Examples
data(fileIndex) ; data(metaIndex) ; data(geoIndex)
# ci <- rdwd:::checkIndex(findex=fileIndex, mindex=metaIndex, gindex=geoIndex)
# cat(ci)
[Package rdwd version 1.8.0 Index]