Relative Content

Tag Archive for rpdfr-markdownrstudioknitr

knit and by chunk execution have different results in R Markdown

I work in RStudio, creating an R Markdown document that outputs some tables with metrics. When I clear everything from the global environment and execute the chunks one by one, I have valid results. However, when I knit the document, the tables have the same results in every table, as if it does not recalculate the values for every chunk.