zic {zooimage} | R Documentation |
Check .zic files (ZooImage Categories)
Description
Categories (i.e., plankton taxa), with possibly several sub-levels are defined in .zic files. This function check the files are correct.
Usage
zicCheck(zicfile)
Arguments
zicfile |
the name of the .zic file to test. |
Value
This function return TRUE
or FALSE
, depending on the content
of the tested file.
Author(s)
Philippe Grosjean <Philippe.Grosjean@umons.ac.be>
See Also
Examples
## Check that Detailed.zic file in the /etc subdir is correct
zicCheck(file.path(svMisc::getTemp("ZIetc"), "Detailed.zic"))
[Package zooimage version 5.5.2 Index]