I want to use Rstudio for analysing my research results, however, I am very new at programming area... just started to have an online class related to the fundamental features. When it comes to subject of "dataframe", I couldn`t see my results as it is shown in the class. It was pretty nerve-wracking. Please explain me why I cannot have results inline when I wrote the code as it is shown below... I can see the results when I click "df" data in the global enviroment frame or in console if I change the settings from "chunk output inline" to "chunk output in console"
Nothing changed...I can see also the results if I click the table that it is next to " 5 obs. of 3 variables" text in the global environment frame but still not inline
Did you play with "Chunk Output in console" or Chunk Output inline ?
I see the editor_options in your yaml, and the document in not saved. I could still be outputing in console even if inline is set in yaml. That is why I asked.
By default in RStudio, you will have output inline. You should not have to change anything.
Advice: Save the document, restard you RStudio project and try again.