show_titles: show of titles of the returned papers

View source: R/utilities.R

show_titlesR Documentation

show of titles of the returned papers

Description

show of titles of the returned papers

Usage

show_titles(x)

Arguments

x

the list returned from a Mendeley public search method

Value

a vector of the titles in each of the publications included in the returned list

Examples

## Not run: 
dakos <- authored('Dakos')
m <- subset_by_author(dakos, 'V', 'Dakos')
unique(show_titles(dakos[m]))

## End(Not run)

ropensci/RMendeley documentation built on May 18, 2022, 8:58 a.m.