query_master(db, time, col, prop, columns = "name", time.range = NULL,
filter = NULL, phase = 4)query_interval(db, ...)
query_day(db, ...)
query_week(db, ...)
query_month(db, ...)
query_year(db, ...)
sum_master(db, time, col, prop, columns = "name", time.range = NULL,
filter = NULL, phase = 4, multiply.time = FALSE)
sum_interval(db, ...)
sum_day(db, ...)
sum_week(db, ...)
sum_month(db, ...)
sum_year(db, ...)
name)time)multiply.timequery_* returns the raw data in the databases, while sum_*
aggregates the data according to columns.The functions *_day, *_week, *_month and *_year are
shortcuts for the corresponding, *_master function.
The following is a list of valid items for columns and filtering. Additionally,
time can be specified for summary data (interval data always includes time).
categorypropertyname (default for columns)parent (automatically selected when name is selected)categoryregion (only meaningful for generators)zone (only meaningful for generators)period_typebandsampletimesliceplexos_open to create the PLEXOS database objectquery_sql to perform custom queries