Learn R Programming

rplexos (version 1.1.11)

query_property: Get list of available properties

Description

Produce a list of available properties, their units and the collections they belong to. Additionally, a column is created for each scenario that indicates in how many databases the property appears.

Usage

query_property(db)

Arguments

db
PLEXOS database object

See Also

plexos_open to create the PLEXOS database object

Other special.queries: query_class, query_config, query_log, query_phase, 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_property(db)

Run the code above in your browser using DataLab