list_extract_spec: Make sure that the extract specification is in list format
Description
Make sure that the extract specification is in list format
Usage
list_extract_spec(x, allow_null = FALSE)
Value
x as a list if it is not already.
Arguments
- x
(data_extract_spec or list) of data_extract_spec elements.
- allow_null
(logical) whether x can be NULL.