| subset_by_author | R Documentation |
get the ids of all the entries where the author's surname and forename match the given regular expressions
subset_by_author(x, surname, forename)
x |
the return of any search function, such as 'authored' or 'tagged' |
surname |
the surname, will attempt partial matching |
forename |
the author's first name, will attempt partial matching |
a vector indicating where a (partial) match of both first and last name has been successful
## Not run:
dakos <- authored('V Dakos')
m <- subset_by_author(dakos, 'V', 'Dakos')
unique(show_titles(dakos[m]))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.