R/js_data_get.R

Defines functions js_data_get

Documented in js_data_get

#' @title js_data_get
#'
#' @description This function is to transfer the json object retrieved from get_obj function to a dataframe.
#'
#' @param obj a js_data object from get_obj funtion
#'
#' @param order the order of the object in the database from left to right apart from object ID, default is 1
#'
#'
#' @export


js_data_get<- function(obj,order=1){

    UseMethod("js_data_ret")

}
KiayangQ/RleanC documentation built on Feb. 28, 2020, 12:20 a.m.