R/helpers.R

jsonUnbox <- function(x){
  jsonlite::toJSON(
    x = x, 
    auto_unbox = TRUE,
    json_verbatim = TRUE
  )
}
mjakubczak/spicyScript documentation built on May 24, 2019, 8:54 a.m.