Learn R Programming

highcharter (version 0.1.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)

Arguments

df
A data frame to parse to list

Examples

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

list.parse2(x)

Run the code above in your browser using DataLab