| query_wos_apply | R Documentation | 
query_wos across multiple queriesRun query_wos across multiple queries
query_wos_apply(queries, editions = c("SCI", "SSCI", "AHCI", "ISTP",
  "ISSHP", "BSCI", "BHCI", "IC", "CCR", "ESCI"),
  sid = auth(Sys.getenv("WOS_USERNAME"), Sys.getenv("WOS_PASSWORD")),
  ...)
| queries | Vector of queries run. | 
| editions | Web of Science editions to query. Possible values are listed here. | 
| sid | Session identifier (SID). The default setting is to get a fresh
SID each time you query WoS via a call to  | 
| ... | Arguments passed along to  | 
A data frame which lists the number of records returned by each of your queries.
## Not run: 
queries <- c('TS = "dog welfare"', 'TS = "cat welfare"')
query_wos_apply(queries)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.