| is_single_dataset {teal.transform} | R Documentation |
Verify uniform dataset source across data extract specification
Description
Checks if the input data_extract_spec objects all come from the same dataset.
Usage
is_single_dataset(...)
Arguments
... |
either |
Value
TRUE if all data_extract_spec objects come from the same dataset,
FALSE otherwise.
[Package teal.transform version 0.5.0 Index]