The Western North American Indian dataset compiled by Jorgensen (1980, 1999), extracted from the D-PLACE data repository.
This package is based on dplace-data, version v2.0.1.
For details of error corrections made in dplace-data v2.0.1 and made in this package since dplace-data v2.0.1, see NOTES.md.
You can install the development version of wnai from GitHub with:
devtools::install_github("mnacamura/wnai")
wnai::societies
| Column name | Original column name in D-PLACE | Description |
| ------------ | ------------------------------- | ----------------------------------------------------------------------------------- |
| id
| id
| D-PLACE-wide id for the society |
| name
| pref_name_for_society
| name of the society |
| alt_names
| alt_names_by_society
| alternative names of the society |
| glottocode
| glottocode
| code for the most specific Glottolog languoid which can be assigned to this society |
| latitude
| Lat
| location of the society in latitude |
| longitude
| Long
| location of the society in longitude |
wnai::variables
| Column name | Original column name in D-PLACE | Description |
| ------------- | ------------------------------- | --------------------------------------------------------------- |
| id
| id
| D-PLACE-wide id for the variable |
| name
| title
| name of the variable |
| type
| type
| type of the variable: cat
egorical, ord
inal, or cont
inuous |
| categories
| category
| categories assigned to the variable (comma separated) |
| definitions
| definition
| definitions of terms used in the name
column |
wnai::codes
| Column name | Original column name in D-PLACE | Description |
| ------------------- | ------------------------------- | ------------------------------------------ |
| var_id
| var_id
| D-PLACE-wide id for the variable |
| codes
| | a data frame of codes used in the variable |
| codes.code
| code
| code in the variable |
| codes.name
| name
| short description of the code |
| codes.description
| description
| longer description of the code |
wnai::data
| Column name | Original column name in D-PLACE | Description |
| ------------------- | ------------------------------- | --------------------------------------- |
| soc_id
| soc_id
| D-PLACE-wide id for the society |
| WNAI8
..WNAI438
| | values of 429 variables for the society |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.