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)

Arguments

con

connection to database, Default: con_bib()

crawl

logical flag confirming intention to perform crawl, Default: FALSE

Value

invisible TRUE on success

Details

The parameter crawl must be set to TRUE to run this function

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 db_upload_crawl()
 }
} # }