Learn R Programming

⚠️There's a newer version (1.1.11) of this package.Take me there.

rplexos

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")

Copy Link

Version

Install

install.packages('rplexos')

Monthly Downloads

6

Version

1.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Eduardo Ibanez

Last Published

July 28th, 2015

Functions in rplexos (1.1.4)

location_solution_rplexos

Shortcut functions for rplexos sample files
process_folder

Convert PLEXOS files to SQLite databases
list_folders

Get list of folders in the working directory
query_time

Get time spans from all databases
rplexos

rplexos: Read and analyze PLEXOS solutions from R
plexos_open

Open all PLEXOS databases
get_query

Get a query for a SQLite file
start_debug_rplexos

Enable or disable debug mode
is_sample_stats

Test if elements in sample column are statistics
query_master

Query data and aggregate data
query_sql

Get query for all scenarios
query_config

Query configuration tables
query_property

Get list of available properties
query_class

Get list of objects from all databases
query_master_each

Open one database and query data
query_log

Query log file information
valid_columns

Get list of valid columns
query_phase

Get summary information from all databases
start_parallel_rplexos

Enable or disable parallel queries