terms | R Documentation |
Term frequency from publications by the U.S. Geological Survey (USGS), Idaho Water Science Center, Idaho National Laboratory Project Office (INLPO).
terms
An object of class 'term' that inherits behavior from the 'data.frame' class and includes the following columns:
term
Term, a word or group of words, represented by an ASCII character string in lowercase.
pub_id
Identifier for a publication,
referes to the primry key of the pubs
data table.
freq
Frequency count from text analysis.
The publication text was sourced from the original PDF documents using the get_pdf_text
function,
and term frequencies were extracted from the text using the mine_text
function.
str(terms, max.level = 3, width = 75, strict.width = "cut")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.