get_gender | R Documentation |
Pick gender based on first names.
get_gender(x, gendermap)
x |
Vector of first names |
gendermap |
Table with name-gender mappings |
Author gender information
Leo Lahti leo.lahti@iki.fi
See citation("bibliographica")
## Not run: gendermap <- read_mapping(system.file("extdata/gendermap.csv", package = "bibliographica"), sep = "\t", from = "name", to = "gender") get_gender(c("armi", "julius"), gendermap) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.