Description Usage Arguments Value Examples
View source: R/write_scrape_test_searches.R
Given a set of titles, writes a Boolean search that can be used in database title fields to check whether a search strategy retrieves titles.
| 1 | write_title_search(titles)
 | 
| titles | a character vector of titles | 
a text string
| 1 2 3 4 5 | write_title_search(
  c("Cross-scale occupancy dynamics of a postfire specialist
    in response to variation across a fire regime",
    "Variation in home-range size of Black-backed Woodpeckers")
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.