dataJson2df {rstatscn}R Documentation

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


[Package rstatscn version 1.1.3 Index]