Generate a list of fictional country names
Usage
generate_states(n = 10, prefixed = 0.15, suffixed = 0.15)
Arguments
- n
Integer number of country names to generate
from a library of fictional country names.
- prefixed
Proportion of country names with a prefix by default 0.15.
- suffixed
Proportion of country names with a suffix by default 0.15.
Value
String vector of fictional country names
Examples
generate_states(12)
#> [1] "Yutria" "Saint Westenam" "Boroland" "Western Telti"
#> [5] "Cradis" "Jormos" "Isle of Karador" "Ugraria"
#> [9] "Samovar" "Paradis" "Toramos" "Astan"