Learn R Programming

rplexos (version 1.1.11)

query_log: Query log file information

Description

During the processing of the PLEXOS databases, information from the log file is saved into the database. This includes solution times and infeasibilities for the different phases.

Usage

query_log(db)
query_log_steps(db)

Arguments

db
PLEXOS database object

See Also

plexos_open to create the PLEXOS database object

Other special.queries: query_class, query_config, 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_log(db)
query_log_steps(db)

Run the code above in your browser using DataLab