View source: R/get_concordances.R
get_concordances | R Documentation |
This function gets he concordances.
get_concordances( searchterm, texts, before = 30, after = 30, txtcolumn = "txt", idcolumn = "id" )
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 |
get_concordances("searchterm",texts,30,30,"txt","id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.