packrat/lib/x86_64-w64-mingw32/3.6.1/jsonlite/tests/testthat/helper-toJSON.R

toJSON <- function(...){
  unclass(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)
}
jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.