plexos_open: Open all PLEXOS databases

Description Usage Arguments Details See Also

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

1
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


rplexos documentation built on Jan. 15, 2017, 11:37 a.m.

Related to plexos_open in rplexos...