Learn R Programming

rplexos (version 1.1.11)

plexos_open: Open all PLEXOS databases

Description

The default for folders is the working directory. If the wildcard "*" is provided, all the folders in the working directory will be processed (the list of folders if provided by the list_folders function).

Usage

plexos_open(folders = ".", names = folders)

Arguments

folders
character. Folder(s) where the data is located (each folder represents a scenario)
names
character. Scenario names

Details

Do not rename the SQLite databases created with the process_folder family of functions. The code expects those filenames to remain unchanged.

See Also

query_master to perform standard queries of data

query_sql to perform custom queries