mod_select_maf_dataset_wrapper_server: Select Dataset, Return maf_dataset_wrapper

mod_select_maf_dataset_wrapper_serverR Documentation

Select Dataset, Return maf_dataset_wrapper

Description

wraps mod_select_dataset_from_maf_data_pool_pickerinput_server. Instead of simply returning a unique_name, this function will:

Usage

mod_select_maf_dataset_wrapper_server(id, maf_data_pool, label = "Dataset")

Arguments

id

Internal parameters for shiny.

maf_data_pool

the data pool to add the dataset wrapper to (maf_data_pool)

label

label (string)

  1. Load the specified dataset into memory if required.

  2. Update maf_data_pool (a reactiveVal) to indicate the dataset has been loaded.

  3. Return the relevant maf_dataset_wrapper. See Accessing Properties section for details.

Value

maf_dataset_wrapper.

Accessing Properties (Quick Reference)

MAF object: maf_dataset_wrapper()$loaded_data
unique name: maf_dataset_wrapper()$unique_name
short name: maf_dataset_wrapper()$short_name
full name: maf_dataset_wrapper()$display_name
source: maf_dataset_wrapper()$name_of_data_source

See ?new_maf_dataset_wrapper for the full list of properties


CCICB/CRUX documentation built on Jan. 28, 2024, 10:12 p.m.