ff (version 4.0.12)

geterror.ff: Get error and error string

Description

Get last error code and error string that occured on an ff object.

Usage

geterror.ff(x)
geterrstr.ff(x)

Value

geterror.ff returns an error integer code (no error = 0) and geterrstr.ff returns the error message (no error = "no error").

Arguments

x

an ff object

Author

Jens Oehlschlägel, Daniel Adler (C++ back-end)

See Also

ff

Examples

Run this code
  x <- ff(1:12)
  geterror.ff(x)
  geterrstr.ff(x)
  rm(x); gc()

Run the code above in your browser using DataLab