db_upload_crawl: Crawl and persist organizational data from KTH API

View source: R/crawl_slug.R

db_upload_crawlR Documentation

Crawl and persist organizational data from KTH API

Description

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

Usage

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

Details

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

Value

invisible TRUE on success

Examples

## Not run: 
if(interactive()){
 db_upload_crawl()
 }

## End(Not run)

KTH-Library/bibliomatrix documentation built on Feb. 29, 2024, 5:54 a.m.