View source: R/bd_retrieve_by_search.R
| bd_retrieve_by_search | R Documentation |
BacDive.DSMZ.de/AdvSearch returns a list of results, which you can retrieve in bulk via the URL of the results page. Please see the vignette "Pre-Configuring Advanced Searches and Retrieving the Results".
bd_retrieve_by_search(queryURL)
queryURL |
Mandatory character string. URL the search results page. |
A (large) list containing either a single BacDive dataset in case your parameter / search was unambiguous, or if ambiguous: all matching datasets. Read BacDive.DSMZ.de/api/bacdive to learn more.
plant_animal_pathogens <-
bd_retrieve_by_search(
queryURL = paste(
"https://bacdive.dsmz.de/advsearch?site=advsearchsearch",
"params%5B5%5D%5Bsearchterm%5D=1",
"searchparams%5B157%5D%5Bsearchterm%5D=1",
"searchparams%5B158%5D%5Bsearchterm%5D=1",
"advsearch=search",
sep = "&"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.