View source: R/do_subset_search.R
do_subset_search | R Documentation |
This function performs a search within the subset of the corpus files
do_subset_search( searchterm = "oskar kallas", searchfile = "oskarkallas.txt", subset, source = "sections", searchtype = "text" )
searchterm |
Write the search term here. By default it is read as regular expressions. |
searchfile |
Write the filename to store the results in. |
subset |
Needs subset to be specified |
source |
Either "sections" or "pages" based on what kind of input is expected. |
do_subset_search("oskar kallas","results1.txt",subset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.