Learn R Programming

highcharter (version 0.3.0)

list.parse2: Convert an object to list with identical structure

Description

This function is similiar to rlist::list.parse but this removes names.

Usage

list.parse2(df)
list.parse3(df)

Arguments

df
A data frame to parse to list

Examples

Run this code

x <- data.frame(a=1:3,type=c('A','C','B'), stringsAsFactors = FALSE)

list.parse2(x)

list.parse3(x)

Run the code above in your browser using DataLab