initialize,dictionary-method | R Documentation |
sets defaults but allows them to be overridden by provided values
## S4 method for signature 'dictionary'
initialize(
.Object,
key = NA_character_,
context = NA_character_,
year = NA_character_,
components = c("identity", "behavior", "modifier"),
stats = c("mean"),
groups = c("male", "female", "all"),
individual = FALSE,
filetype = ".dat",
source = "Interact 2.1 beta (May 2021)",
description = "unknown",
citation = "unknown",
notes = "none"
)
.Object |
dictionary object (self) |
key |
dictionary name |
context |
country or context collected in |
year |
year collected |
components |
available components |
stats |
available summary statistics |
groups |
available groups |
individual |
whether individual data is available |
filetype |
original source filetype |
source |
where data came from |
description |
description provided for data |
citation |
citation provided for data |
notes |
any notes for the dataset |
dictionary |
dictionary object |
a new dictionary object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.