powered by
get_publication(x, contactid, datasetid, author, pubtype, year, search)
get_dataset
get_contact
get_table
get_table("PublicationTypes")
meta
Authors
data.frame
# To find all publications from 1998: year.cont <- get_publication(year = 1998) # To find all data contributors who have the last name "Smith" smith.cont <- get_publication(author = 'Smith')
Run the code above in your browser using DataLab