prepare_boxly {boxly}R Documentation

Prepare data for interactive box plot

Description

Prepare data for interactive box plot

Usage

prepare_boxly(meta, population = NULL, observation = NULL, analysis = NULL)

Arguments

meta

A metadata object created by metalite.

population

A character value of population term name. The term name is used as key to link information.

observation

A character value of observation term name. The term name is used as key to link information.

analysis

A character value of analysis term name. The term name is used as key to link information.

Value

Metadata list with plotting dataset.

Metadata list with plotting dataset

Examples

library(metalite)

meta <- meta_boxly(
  boxly_adsl,
  boxly_adlb,
  population_term = "apat",
  observation_term = "wk12"
)
prepare_boxly(meta)


[Package boxly version 0.1.1 Index]