Greetings everyone.
I currently have all .Rmd and .Rproj files within a network directory in my organization and I access those from my Windows 10 PC.
Further, I have 'R version 4.0.3 (2020-10-10)' and R-Studio 1.3.1093 -- both installed locally.
For some reason tables do not get rendered within the Rmd/Notebook file, despite the option 'Chunk Output Inline' being checked within settings -- although, these tables output fine if run in the console.
Funny is that some functions, the in-line preview gets outputted, although for others not, e.g.:
As already mentioned, they output fine in the console, e.g.:
Any insights on how to get R/R-Studio Rmd/Notebook to display these tables within the file (i.e. 'Chunk Output Inline') with my current setup?
I usually do my data discovery in the Rmd/Notebook and then move things I need into a script (off the script, everything is working fine in my current setup) -- although it is a bit annoying that the Rmd/Notebook in-line preview functionality is not working as intended.
What am I missing here?
Thanks for your help!
I also found another post with a similar problem -- but without an answer or solution ...