Skip to contents

Asserts that x is a DafReader and returns its name property (the string passed to the constructor).

Usage

daf_name(x)

Arguments

x

A DafReader.

Value

Character scalar.

See also

Examples

daf_name(memory_daf(name = "hello"))
#> [1] "hello"