Learn R Programming

dash (version 0.9.4)

df_to_list: 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.