pfw_dictionary {PFW} | R Documentation |
Look Up Definitions from the Project FeederWatch Data Dictionary
Description
This function helps users explore the FeederWatch dataset by viewing the full data dictionary or searching for definitions for specific variables.
Usage
pfw_dictionary(variable = NULL)
Arguments
variable |
(Optional) A variable name (e.g., "LOC_ID") to look up. If NULL, prints the full dictionary. |
Value
A printed description (for a variable) or the full dictionary.
Examples
# View the whole data dictionary
pfw_dictionary()
# View the data dictionary entry for location ID ("LOC_ID")
pfw_dictionary("LOC_ID")
[Package PFW version 0.1.0 Index]