Learn R Programming

teal (version 0.15.2)

get_datasets_code: Get datasets code

Description

Retrieve complete code to create, verify, and filter a dataset.

Usage

get_datasets_code(datanames, datasets, hashes)

Value

Character string concatenated from the following elements:

  • data pre-processing code (from data argument in init)

  • hash check of loaded objects

  • filter code (if any)

Arguments

datanames

(character) names of datasets to extract code from

datasets

(FilteredData) object

hashes

named (list) of hashes per dataset