geterror.ff: Get error and error string

Description Usage Arguments Value Author(s) See Also Examples

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ä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()

OHDSI/ff documentation built on May 7, 2019, 8:30 p.m.