searchplos: A Modified Version of rplos::searchplos

View source: R/citation_search_plos.R

searchplosR Documentation

A Modified Version of rplos::searchplos

Description

This function is adapted from the searchplos in the 'rplos' package, which is no longer maintained.

Usage

searchplos(
  q = NULL,
  fl = "id",
  fq = NULL,
  sort = NULL,
  start = 0,
  limit = 10,
  sleep = 6,
  errors = "simple",
  proxy = NULL,
  callopts = list(),
  progress = NULL,
  ...
)

Arguments

q

Search terms, eg: field:query

fl

Fields to return

fq

Fields to filter query on

sort

Sort results according to field

start

Record to start at for pagination

limit

Number of results to return for pagination

sleep

Seconds to wait between requests

errors

One of simple or complete

proxy

List of args for proxy connection

callopts

Optional curl options

progress

Optional logic for progress bar

...

Addtl Solr arguments


DataONEorg/scythe documentation built on June 15, 2025, 6:23 a.m.