Description Usage Arguments Details Value Examples
Create a reduced subcorpus containing documents produces within a defined date range.
1  | iso.date(data.td, Beg.date, End.date)
 | 
data.td | 
 A tidy dataset  | 
Beg.date | 
 User specified beginning date  | 
End.date | 
 User specified end date  | 
This function establishes Beg.date as the beginning date and 
End.date as the ending date. It then identifies all rows of data 
whose associated dates fall on or between these dates. These identified
rows of data within the corpus are then used to create a new subcorpus.
Dates must be input in one of the following formats:
"6aug2005"
"6august2005"
"08-06-2005"
"06-08-2005"
"2006-08-06"
Creates a subcorpus containing only documents produced between Beg.date and End.date
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.