avisQueryContributor: avisQueryContributor

avisQueryContributorR Documentation

avisQueryContributor

Description

Is a wrapper for avisQuery that allows you to perform a query for more than one contributor at once.

Usage

avisQueryContributor(contributor_ids, args = list())

Arguments

contributor_ids

must be either an integer or a list of contributors ids (integers)

args

A list of normalized parameters to add filters to the query. Currently in Spanish, but this might become outdated. See avisQuery.

Value

a dataframe with the results of your specific query to Proyecto AVIS database

See Also

avisContributorsSummary

Examples

## Not run: 
avisQueryContributor(370)
avisQueryContributor(list(370, 399), args = list(year = 2002))

## End(Not run)

ropensci/rAvis documentation built on May 18, 2022, 5:41 p.m.