Read the entire ICEWS event data into memory. This takes up several GB; approximately 3GB in mid-2020.
read_icews(path = NULL, n_max = NULL)
Either path to SQLite database file or raw file directory. If NULL (default), the global options will be used instead.
Maximum number of events to load, if NULL (default), no limit is used, i.e. all events are imported.