geterror.ff | R Documentation |
Get last error code and error string that occured on an ff object.
geterror.ff(x)
geterrstr.ff(x)
x |
an ff object |
geterror.ff
returns an error integer code (no error = 0) and geterrstr.ff
returns the error message (no error = "no error").
Jens Oehlschlägel, Daniel Adler (C++ back-end)
ff
x <- ff(1:12)
geterror.ff(x)
geterrstr.ff(x)
rm(x); gc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.