Learn R Programming

rstatscn (version 1.1.3)

dataJson2df: private function to convert the returned jason data to a dataframe

Description

private function to convert the returned jason data to a dataframe

Usage

dataJson2df(rawObj, rowcode, colcode)

Arguments

rawObj

the fromJSON output

rowcode

rowcode in the data frame

colcode

colcode in the data frame

Value

the contructed data frame