Learn R Programming

rplexos (version 0.12.1)

rplexos: rplexos: Read and analyze PLEXOS solutions from R

Description

Read and analyze PLEXOS solutions from R

Arguments

Details

The following is the typical workflow:
  1. Organize databases: copy all ZIP file solutions into folders with one scenario per folder
  2. Process folders: convert the ZIP files withprocess_folder
  3. Open databases: create an R object that holds the connections to the SQLite databases withplexos_open
  4. Query data: use the functions documented inquery_masterto extract data
  5. Optionally, close databases: to break the connections withplexos_close(closing R also works)
The list of available properties can be seen with query_property. An example of this workflow is available in the "Getting started" vignette.