preprocess_t_dd {autoslider.core}R Documentation

Preprocess t_dd function

Description

Preprocess t_dd function

Usage

preprocess_t_dd(
  df,
  levels = c("PROGRESSIVE DISEASE", "ADVERSE EVENT", "OTHER", "<Missing>"),
  labels = c("Progressive Disease", "Adverse Events", "Other", "<Missing>")
)

Arguments

df

Input dataframe

levels

factor levels

labels

factor labels

Value

dataframe


[Package autoslider.core version 0.2.2 Index]