Skip to contents

A string list containing the species of animals considered to perform muscle work

Usage

mw_species

Format

A string list with 12 entries.

asses

The string "Asses".

camels

The string "Camels".

cattle

The string "Cattle".

horses

The string "Horses".

mules

The string "Mules".

buffaloes

The string "Buffaloes".

camelids_other

The string "Camelids, other".

camelids

The string "Camelids", representing the combined category of "Camels" and "Camelids, other".

human_females

The string "Human females", representing human females.

human_males

The string "Human males", representing human males.

human

The string "Human", representing all humans.

Examples

mw_species
#> $asses
#> [1] "Asses"
#> 
#> $camels
#> [1] "Camels"
#> 
#> $cattle
#> [1] "Cattle"
#> 
#> $cattle_and_buffaloes
#> [1] "Cattle and Buffaloes"
#> 
#> $horses
#> [1] "Horses"
#> 
#> $mules
#> [1] "Mules and hinnies"
#> 
#> $buffaloes
#> [1] "Buffaloes"
#> 
#> $camelids_other
#> [1] "Camelids, other"
#> 
#> $camelids
#> [1] "Camelids"
#> 
#> $human_females
#> [1] "Human females"
#> 
#> $human_males
#> [1] "Human males"
#> 
#> $human
#> [1] "Human"
#>