packrat/lib/x86_64-pc-linux-gnu/3.2.2/jsonlite/tests/helper-toJSON.R

toJSON <- function(...){
  unclass(minify(jsonlite::toJSON(...)))
}

toJSON2 <- function(x) {
  toJSON(x, keep_vec_names = TRUE, auto_unbox = TRUE)
}

toJSON3 <- function(x) {
  toJSON(x, keep_vec_names = TRUE, auto_unbox = TRUE, dataframe = "columns", rownames = FALSE)
}
etsakl/DasyMapR documentation built on May 16, 2019, 9:07 a.m.