Description Usage Arguments Details Value Note Author(s) See Also
Using the libfmcol getclassnames routine a character array containing the unique classnames found within the file is returned.
1 | getclassnames(filename)
|
filename |
path to and filename to examine |
This function calls a C-function within libfmcol. The functionality used within libfmcol has been thoroughly examined for memory leaks using valgrind. The main uncertainty lies with how the character array is transferred from the C-function calling libfmcol and to the R-function. Stringent memory handling in that step is not guaranteed as this is the first attempt to return a character array. Please use the function with care and do not be surprised if R crashes...
Character vector containing the classnames.
Beware possible memory leaks and subsequent crashes of R.
Øystein Godøy (o.godoy@met.no)
readfmcol, read123, read124
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.