Closed pepaaran closed 1 year ago
The code snippet to install ingestr doesn't work, it should put "devtools" as string:
ingestr
"devtools"
if(!require(devtools)){install.packages("devtools")} devtools::install_github("geco-bern/ingestr") library(ingestr)
The code snippet to install
ingestr
doesn't work, it should put"devtools"
as string: