R/simplify.R

Defines functions simplify

Documented in simplify

#' simplify copied from jsonlite
#' @param ... Other parameters
#' @importFrom utils getFromNamespace
#' @export
simplify <- function(...){
  getFromNamespace('simplify','jsonlite')(...)
}

Try the togglr package in your browser

Any scripts or data that you put into this service are public.

togglr documentation built on July 11, 2022, 9:06 a.m.