# NOT RUN {
# 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