Learn R Programming

rplexos (version 1.1.11)

query_config: Query configuration tables

Description

Get information from the config table, which includes: PLEXOS version, solution date and time, machine and location of PLEXOS input database, model description and user name. Additionally, it stores the version of rplexos used to process the PLEXOS database.

Usage

query_config(db)

Arguments

db
PLEXOS database object

See Also

plexos_open to create the PLEXOS database object

Other special.queries: query_class, query_log, query_phase, query_property, query_sql, query_time

Examples

Run this code
# Process the folder with the solution file provided by rplexos
location <- location_solution_rplexos()
process_folder(location)

# Query data
db <- plexos_open(location)
query_config(db)

Run the code above in your browser using DataLab