Learn R Programming

rAvis (version 0.1.4)

avisQueryContributor: 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

Run this code
## Not run: 
# avisQueryContributor(370)
# avisQueryContributor(list(370, 399), args = list(year = 2002))
# ## End(Not run)

Run the code above in your browser using DataLab