質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top