Hi
I've used Rmarkdown for about a while and sometimes out of nowhere my chunks won't show data output.
Outputs of plots and single values have an output, but whenever i try to get a dataframe output it doesn't print it. It can be fixed by creating a new R file, but if it starts again i have to create a new file again.
I am very mystified about how this is happening. It's a consistent problem i've had for quite a while and i've looked at a lot of forums for help but i can't seem to find any help that works.
This has bothered me for so long, i'm going insane whenever it happens.
Just a note: I have the setting chunk output inline on and the file knits without a problem
another note: I am also using tidyverse in all my markdown files (if it might have anything to do with it)