data-raw/pubcrawler.R

load_all()
library(dplyr)

if (!require(pubcrawler2hotspots)) {
    install_github("ecohealthalliance/pubcrawler2hotspots")
}

library(pubcrawler2hotspots)

data(pubs_fit)
save(pubs_fit, file = file.path(cache_dir(), "pubs_fit.RData"))
ecohealthalliance/hotspots2 documentation built on July 4, 2024, 2:01 a.m.