Description Usage Arguments Value Note Author(s) Examples
Given a directory with individual ICEWS dataset files, quickly read them all in, name them correctly, and combine them into one dataframe.
1  | ingest_icews(dir, start_date, end_date)
 | 
dir | 
 The path to the ICEWS folder.  | 
start_date | 
 Start of date range as YYYYMMDD integer format.  | 
end_date | 
 End of date range as YYYYMMDD integer format.  | 
A single dataframe with all the ICEWS events in the folder.
This function is still in development and may contain errors and change quickly.
Andy Halterman, forked by Jesse Hammond
1  | events <- ingest_icews("~/ICEWS/study_28075/Data/", 20101201, 20140101)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.