You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a default value if the name is not found. Currently it returns a 0x6 tibble but this prevents population of dataframes due to different lengths between function results and nrow(dataframe).
I.e.,
Error in mutate():
ℹ In argument: genderF = gender::gender(FIRST_NAME)["proportion_female"][[1]].
Caused by error:
! genderF must be size 2529603 or 1, not 2428427.
The text was updated successfully, but these errors were encountered:
There should be a default value if the name is not found. Currently it returns a 0x6 tibble but this prevents population of dataframes due to different lengths between function results and nrow(dataframe).
I.e.,
Error in
mutate()
:ℹ In argument:
genderF = gender::gender(FIRST_NAME)["proportion_female"][[1]]
.Caused by error:
!
genderF
must be size 2529603 or 1, not 2428427.The text was updated successfully, but these errors were encountered: