Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 784 Bytes

rplexos

AppVeyor Build Status Coverage status

rplexos is an R package developed to read and analyze PLEXOS solutions. It currently supports the conversion of PLEXOS solution files into SQLite databases and functions to query those databases.

It can be installed from CRAN:

install.packages("rplexos")

The "Getting started" vignette presents the preferred workflow to process PLEXOS solutions with this package.

library(rplexos)
vignette("rplexos")