Rstudio cloud + Rmarkdown + knit + dataframes uploaded via environment pane

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

The import window should show you some code that you can copy.

What is the file? CSV?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.