Description Usage Arguments Value Examples
View source: R/write_scrape_test_searches.R
Scrapes hits from OpenThesis.
1 2 3 4 5 6 7 8 9 10 |
search_terms |
a list of character strings with grouped search terms |
URL |
the URL from conducting a search in the database |
writefile |
if TRUE, writes results to a .csv file in the working directory |
verbose |
if TRUE, prints which page of hits it has finished |
languages |
which language to search in; available languages can be viewed with available_languages(). |
stemming |
if TRUE, keywords will be truncated and stem from root word forms (only if language is English) |
exactphrase |
if TRUE, keyword phrases will be placed in quotes to ensure exact phrases are returned |
directory |
the directory to save results to if writefile=TRUE |
a data frame containing the results of the search
1 | ## Not run: scrape_openthesis(search_terms=list(c("picoides arcticus")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.