문제

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