get_matching_files | R Documentation |
This function gets either text or lemma data based on ids
get_matching_files( fileids_w_meta, outputfile = "file2.txt", source = "sections", extracttype = "text" )
fileids_w_meta |
the table to use for fileids.Must have zippath_sections, zippath_pages, keyid, year, month. |
outputfile |
Write the filename to store the results in. |
source |
Either "sections" or "pages" based on what kind of input is expected. |
extracttype |
Either "text" or "lemmas" based on what kind of texts you want to extract. |
get_matching_files(fileds_w_meta, "results2.txt","sections","text")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.