Skip to contents

Generate the a random set of 10 suggested baby names based on the given limitations.

Usage

find_name(sex, init, length)

Arguments

sex

A character vector which is sex of baby's name

init

A character vector which the initial of baby's name

length

A double vector that is the length of baby's name

Value

A list contains random suggested names based on the given limitation.

Examples

find_name('F', 'A', 3)
#>  [1] "Ava" "Ada" "Ani" "Art" "Aja" "Amy" "Abe" "Aya" "Axl" "Ari"