Skip to content

Data collection #3

@ijlyttle

Description

@ijlyttle

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions