I'm struggling to knit a document because
I have a data frame defined in my environemnt pane on Rstudio.cloud [I imported a dataset vial the environment pane after I uploaded the file via the file pane ]. So, I used no code to create my dataframe. Just button clicks.
df <- data.frame(EffectSize)
When I try to just knit the dataframe, knittr tells me this "Object EffectSize not found".
I understand that I have to somehow define this EffectSize dataframe the hard way before I can knit it, but I don't know how to do this. Any advice or help would be much appreciated