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"
df <- data.frame(
magazano = c(1:5),
semt = c("A","B","C","D","E"),
ort_kazanc = c(20,21,23,24,25)
)
df
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)