listQueries: List the queries available for a scenario

View source: R/manageProjectData.R

listQueriesR Documentation

List the queries available for a scenario

Description

Return the names of the queries available for a scenario in a project data set. Unlike listScenarios, this function requires the data set to have been previously loaded, so it cannot take a file name.

Usage

listQueries(projData, scenarios = NULL, anyscen = TRUE)

Arguments

projData

The data set to report on.

scenarios

The name(s) of the scenario(s) to report on. If NULL, report on all of them.

anyscen

If TRUE, then list queries that are in any scenario. If FALSE, list queries that are in all scenarios.


JGCRI/rgcam documentation built on July 2, 2022, 10:20 a.m.