Description Usage Arguments See Also Examples
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.
1 | query_config(db)
|
db |
PLEXOS database object |
plexos_open
to create the PLEXOS database object
Other special.queries: query_class
,
query_log
, query_phase
,
query_property
, query_sql
,
query_time
1 2 3 4 5 6 7 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.