Find if a string refers to a person, and if so, finds gender by searching Wikidata

remove_first_word(string)

Arguments

string

A character string.

Value

A character string.

Examples

remove_first_word(string = "via Garibaldi")
#> [1] "Garibaldi"