geterror.ff: Get error and error string

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ff.R

Description

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

Usage

1
2

Arguments

x

an ff object

Value

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

Author(s)

Jens Oehlschl<c3><a4>gel, Daniel Adler (C++ back-end)

See Also

ff

Examples

1
2
3
4
  x <- ff(1:12)
  geterror.ff(x)
  geterrstr.ff(x)
  rm(x); gc()

kindlychung/ff documentation built on May 20, 2019, 9:58 a.m.