avilist_metadata | R Documentation |
Metadata describing all fields in the AviList datasets, including field descriptions, data types, sources, and availability in different dataset versions.
avilist_metadata
A tibble with metadata for all AviList fields:
Name of the field in the dataset
Human-readable description of the field content
Data type (character, numeric, etc.)
Original source of the data (AviList, Clements, etc.)
Logical, whether field is in the full dataset
Logical, whether field is in the short dataset
Generated from AviList field analysis
# View all field descriptions
data(avilist_metadata)
# Fields in short version only
avilist_metadata[avilist_metadata$in_short_version, ]
# Fields from specific sources
avilist_metadata[avilist_metadata$source == "Clements", ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.