df2json: df2json

Description Usage Arguments Examples

Description

df2json

Convert a dataframe to JSON

Usage

1

Arguments

df

input dataframe object

Examples

1
2
3
library(df2json)
df <- data.frame(name=c("a", "b", "c"), x=c(NA, 2 ,3), y=c(10, 20, -Inf), show=c(TRUE, FALSE, TRUE))
df2json(df)

nachocab/df2json documentation built on May 23, 2019, 12:04 p.m.