matrix2json: Convert a matrix to JSON

Description Usage Arguments Examples

Description

Convert a matrix to JSON

Usage

1

Arguments

mat

input matrix object

Examples

1
2
3
library(df2json)
df <- m <- matrix(1:9, byrow = TRUE, nrow=3)
matrix2json(df)

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