Skip to contents

Generate the a random set of 10 suggested neutral baby names based on the given limitation and baby names in the past years.

Usage

find_unisex_name(bar, limit = 10)

Arguments

bar

The length of the output with a default value of 10.

limit

A float controls the minimum proportion of the neutral names in a single year in the dataframe.

Value

A word list containing random suggested neutral names based on the given limitation If the length of the word list is less than the limitation, it will return all the names in the word list

Examples

find_unisex_name(0.002,limit=10)
#>  [1] "Jessie" "Willie" "Terry"  "Jamie"  "Jordan" "Taylor" "Riley"  "Rowan" 
#>  [9] "River"  "Ollie"