Skip to contents

An S3 object that wraps a Julia DataAxesFormats object and provides access to its methods.

Usage

Daf(jl_obj)

Arguments

jl_obj

The Julia DafReader object to wrap

Value

A Daf S3 object

Details

See the Julia documentation here, here and here for details.

Examples

if (FALSE) { # \dontrun{
setup_daf()
daf <- memory_daf("example") # memory_daf() returns a Daf object
is_daf(daf) # TRUE
} # }