avisQueryContributor: avisQueryContributor

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 
avisQueryContributor(370)
avisQueryContributor(list(370, 399), args = list(year = 2002))

## End(Not run)

rAvis documentation built on May 2, 2019, 3:28 p.m.