Closed birutaibm closed 6 years ago
@andrechalom we are ready to support the inclusion of this method. I think it will be like bellow, but I don't know how to do it locally
#' @export #' @rdname functions odb_import_measurements <- function(data, odb_cfg = odb_config(), common = list()) { response = odb_send_post(data, odb_cfg, "measurements", common) id = fromJSON(toJSON(content(response)))$userjob # Wait a second so that the job may start processing Sys.sleep(1) return (odb_get_jobs(list(id = id), odb_cfg)) }
Please, add it to me.
Done, thanks!
@andrechalom we are ready to support the inclusion of this method. I think it will be like bellow, but I don't know how to do it locally
Please, add it to me.