I am creating an RMarkdown document and I had a View() function on one of my code chunks. I tired to knit but it wasn't successful until I debugged and removed the View(). Any reason for this? Thanks in advance!
View() opens a new window. That doesn't really make sense inside something created by RMarkdown.
I see! Thank you for clarifying.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.