Skip to contents

Serialises a data.frame into the { data, types } structure expected by qeviz's ModelData interface. Factors are coerced to character.

Usage

qe_frame(df)

Arguments

df

A data.frame (or object coercible via as.data.frame()).

Value

A named list with elements data (list of row lists) and types (named character vector of column types).