get_extract_datanames: Gets names of the datasets from a list of data_extract_spec
objects
Description
![[Stable]](figures/lifecycle-stable.svg?package=teal.transform&version=0.6.0)
Fetches dataname
slot per data_extract_spec
from a list of
data_extract_spec
.
Usage
get_extract_datanames(data_extracts)
Value
character
vector with the unique dataname
set.
Arguments
- data_extracts
(data_extract_spec(1)
) object or a list (of lists)
of data_extract_spec
.