This function can be used to trigger a crawl for organizational data provided by the KTH APIs. Data will be persisted using the provided database connection
db_upload_crawl(con = con_bib(), crawl = FALSE)
invisible TRUE on success
The parameter crawl must be set to TRUE to run this function
if (FALSE) { # \dontrun{
if(interactive()){
db_upload_crawl()
}
} # }