Frage

I need to re-knit a long Rmarkdown document (about 3k lines.). But the author used some packages that I don't have. So I need to install them first.

Is there any way to save all or some of my efforts to manually check the whole document?

War es hilfreich?

Lösung

purl() will extract all the R chunks, and you could grep() for packages there.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top