Skip to contents

Get appdata

Converts data to a list of data frames in the expected format to be used by the the Shiny application.

Usage

get_appdata(data, meta = metadata)

Arguments

data

A data frame, commonly raw data merged with metadata.

meta

A data frame with metadata. Used to convert the data set to the appropriate format.

Value

A list of data frames.