-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The goal here is to take a spec, go through it to find all the datasets, then to collect the datasets at the top of the spec, give them names, then refer to those names in the spec, where we found the data.
First idea:
vlc_collect_data <- function(spec) {
# pull all the datasets out of a spec, rationalize
datasets <- vlc_get_data(spec)
# replace the datasets in a spec
spec <- vlc_reset_data(spec, datasets)
spec
}
Helper functions to be described below.
-
vlc_get_data()
-
vlc_reset_data()
-
vlc_collect_data()
-
vlc_describe_data()
Metadata
Metadata
Assignees
Labels
No labels