Learn R Programming

Glimma (version 1.0.0)

makeDFJson: JSON converter for data frames

Description

Function to create a JSON from a data.frame

Usage

makeDFJson(df)

Arguments

df
the data.frame to be converted into JSON

Value

a stringified JSON, the data.frame is encoded as a vector of objects, with each column being one object with keys corresponding to column names.