I'm very new to R and am trying to do something simple-- select data from my file and run a statistical test against two groups. My code to select one group of data is:
R_works[44, "Dec 22 07": "Nov. 26 2011"]
because I am wanting the data from row 44, going from the columns titled Dec.. - Nov.. R also gave me the warnings:
In addition: Warning messages:
1: In check_names_df(j, x) : NAs introduced by coercion
2: In check_names_df(j, x) : NAs introduced by coercion
Any help is much appreciated! I know there are other questions/answers similar to this but it seems like the answers are tailored to the specific code? Thanks!!