R Markdown output

Hello! I would like to know how to prevent generating the folder when I knitr a html_document .Rmd file.
Every time I knitr a new .Rmd file, it creates two things: one is .html file itself, but there is also an empty folder. I don't know what it's for. So I just want to set to not generate this folder, how can I do it?

1

I can confirm this is fixed in the current dev version.
You can update using

remotes::install_github('rstudio/rmarkdown')

Yes! It worked! Thank you!

This topic was automatically closed 7 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.