sn_filter_people | R Documentation |
Filter search result and keep only people
sn_filter_people(search, language = "ro", limit = 10)
search |
A data frame generated by 'sn_search_wiki()', or a search query. If a data frame is given, language and limits are ignore. |
language |
Language to be used for the search. |
limit |
Maximum numbers of responses to be given. |
A data frame with three columns, 'id', 'label', and 'description'; all rows refer to a human being.
## Not run:
sn_search_wiki("Antonio Vivaldi") %>%
sn_filter_people()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.