Asserts that x is a DafReader and returns its name property
(the string passed to the constructor).
Arguments
- x
A DafReader.
Examples
daf_name(memory_daf(name = "hello"))
#> [1] "hello"
Asserts that x is a DafReader and returns its name property
(the string passed to the constructor).
A DafReader.
daf_name(memory_daf(name = "hello"))
#> [1] "hello"