Describes the full dataset configuration including version and all table definitions.
Public fields
version
Version string of the dataset
tables
Named list of TableConfig objects
Methods
Method new()
Create a new DatasetConfig instance.
Arguments
version
Dataset version string
tables
Named list of TableConfig instances or raw config lists
Method validate()
Validate the DatasetConfig object.
Method clone()
The objects of this class are cloneable with this method.
Usage
DatasetConfig$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.