When I create my R-Markdown file in R-Studio, when I run the chunk it displays the output inline; https://i.imgur.com/Y45Dcw8.png
However, immediately when I save the file and give it a ''name'', it stops showing the output. I have tried adding the
editor_options:
chunk_output_type: inline
at the top, however this doesn't work either. What am I doing wrong?
For example, writing this does not create any output: https://i.imgur.com/xTkV7jV.png
However, when plotting something, e.g when using ggplot, it does appear inline. It is just some of the output that is missing inline.
It is possible renaming the file will invalidate the cache, which is used in inline output mode. Does this also happens if you don't rename the file, and just save ?