powered by
rand_names(n = 1, seed = NULL, gender = NULL, nationality = NULL, key = NULL)
AU
BR
CA
CH
DE
DK
ES
FI
FR
GB
IE
IR
NL
NZ
TR
US
data <- rand_names(5) # dplyr::select(data, first = name.first, last = name.last) # x <- 5 %>% # rand_names %>% # dplyr::filter(gender == "female") %>% # dplyr::select(name.first, name.last)
Run the code above in your browser using DataLab