Re: [R] Help needed with gender_df

2021-08-01 Thread bharat rawlley via R-help
That was helpful, thank you very much!  On Sunday, 1 August, 2021, 01:49:30 pm GMT-4, Rui Barradas wrote: Hello, According to the documentation, This function predicts the gender of a first name given a year or range of years in which the person was born. and your data does not in

Re: [R] Help needed with gender_df

2021-08-01 Thread Rui Barradas
Hello, According to the documentation, This function predicts the gender of a first name given a year or range of years in which the person was born. and your data does not include first names, only names in a form similar to Last First_name_initial. This function/package is not appropr

[R] Help needed with gender_df

2021-08-01 Thread bharat rawlley via R-help
Hello,  when using the following code -  gender_df(Test1, name_col = "First", year_col = "Year") for the file attached below, I get the following result -  # A tibble: 0 x 6# ... with 6 variables: name , proportion_male , proportion_female , gender ,#   year_min , year_max | First | | Yea