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
I am new to using R and github so I apologize if this is incorrect formatting and/or bad github etiquette. I really want to learn how to use this package because it seems so helpful!
I am trying to convert a column (bmi) of my dataframe (nonbradypts) from chr to num
I am new to using R and github so I apologize if this is incorrect formatting and/or bad github etiquette. I really want to learn how to use this package because it seems so helpful!
I am trying to convert a column (bmi) of my dataframe (nonbradypts) from chr to num
I get the error:
However, per my knowledge, bmi already does exist!
Doing
nonbradypts$bmi = as.numeric(nonbradypts$bmi)
is successful, however.Thank you in advance, I'm sure I'm doing some beginner mistake...!
The text was updated successfully, but these errors were encountered: