madshapR_examples {madshapR} | R Documentation |
Built-in material allowing the user to test the package with example data
Description
Example datasets and data dictionaries, and taxonomy, to provide illustrative examples of objects used by madshapR.
Usage
madshapR_examples
Format
list
A list with 9 elements (data frames and lists) providing example objects for testing the package:
- dataset_example
Dataset for example dataset
- data_dictionary_example - as_data_dict
Data dictionary for example dataset where the structure is a data dictionary
- data_dictionary_example - as_data_dict_mlstr
Data dictionary for example dataset where the structure is a data dictionary compliant with Maelstrom
- dataset_example - errors with data
Dataset of example with errors with example data dictionary
- data_dictionary_example - errors with data
Data Dictionary for example dataset with errors with example dataset
- data_dictionary_example - errors
Data dictionary for example dataset with errors
- data_dictionary_example - collapsed
Data dictionary for example with collapsed categories
- taxonomy_example
Taxonomy for example dataset
- summary - dataset_example
Dataset example summary
...
Examples
{
library(dplyr)
head(madshapR_examples$`dataset_example`)
glimpse(madshapR_examples$`data_dictionary_example`)
}
[Package madshapR version 2.0.0 Index]