df_to_list: df_to_list

View source: R/df_to_list.R

df_to_listR Documentation

df_to_list

Description

Helper function to convert a dataframe into the nested list format required for input into Dash DataTable.

Usage

df_to_list(df)

Arguments

df

A data frame object to be coerced into a list of lists for DataTable.


dash documentation built on June 23, 2022, 9:11 a.m.