import_sru: Import pica data via catmandu with given parameters

Description Usage Arguments

View source: R/import.R

Description

Import pica data via catmandu with given parameters

Usage

1
2
3
4
5
6
7
8
9
import_sru(
  base,
  query,
  recordSchema,
  parser = NULL,
  total = NULL,
  target = NULL,
  pretty = T
)

Arguments

base

Url of SRU endpoint

query

Query to be requested

recordSchema

Record schema to be requested

parser

Parser for record schema (optional)

total

Total number of records to be requested

target

Directory path for resulting json file

pretty

Whether json data should be pretty printed


herreio/picar documentation built on July 24, 2020, 2:07 p.m.