| affil_df | R Documentation | 
Searches SCOPUS to get information about documents on an affiliation
affil_df(
  affil_id = NULL,
  affil_name = NULL,
  api_key = NULL,
  verbose = TRUE,
  facets = NULL,
  sort = "document-count",
  ...
)
affil_data(
  affil_id = NULL,
  affil_name = NULL,
  api_key = NULL,
  verbose = TRUE,
  facets = NULL,
  sort = "document-count",
  ...
)
| affil_id | Affiliation ID number. | 
| affil_name | affiliation name.  Disregarded if  | 
| api_key | Elsevier API key | 
| verbose | Print diagnostic messages | 
| facets | Facets sent in query. See https://dev.elsevier.com/api_docs.html | 
| sort | sorting sent to query | 
| ... | Arguments to be passed to  | 
List of entries from SCOPUS
The affil_data command will return the list of all entries as well as
the data.frame
get_author_info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.