Skip to contents

Launches the Shiny interactive user interface for exploring GCAM report data.

Usage

launch_gcamreport_ui(data_path = NULL, data = NULL, GCAM_version = "v7.1")

Arguments

data_path

Optional. Path to an RData file containing the standardized data. If provided, this file will be used to load the data into the Shiny application. You can obtain this dataset using `gcamreport::generate_report`.

data

Optional. An R dataframe or list containing the standardized data. If provided, this data will be used directly in the Shiny application. You can obtain this dataset using `gcamreport::generate_report`.

GCAM_version

Main GCAM compatible version: 'v7.1' (default), 'v7.2', 'v7.0', or 'v6.0'.

Value

Launches the Shiny interactive UI. This function does not return a value but starts the Shiny application for user interaction.

Details

This function starts a Shiny application that provides an interactive interface for exploring and analyzing the standardized data generated by the `gcamreport::generate_report` function.