nomine
nomine copied to clipboard
Classify names by gender, U.S. ethnicity, or leaf nationality
Hi everyone! I'm trying to run the code with a valid API token but I'm stuck with the error code: e.g. "Error: the name 'Barack Obama' has been handled as...
Running the following: ``` nomine::get_nationalities(c("Jane Doe", "John Smith")) ``` ... gives me this error: ``` | | 0%Error in r[[5]] : subscript out of bounds ``` I am using R...
NamePrism added a limit of 50 API request per day instead of 1000 request per hours. The package is sort of hard to use with this limit, but it can...
`get_gender()` raises an error when given names with spaces. ``` ## Works fine get_gender('Henry', 'Armitage', namsor_key, namsor_user) ## Raises an exception get_gender('Henry', 'Armi tage', namsor_key, namsor_user) get_gender('Hen ry', 'Armitage', namsor_key,...