R/hlist.R

Defines functions ltable

Documented in ltable

#' hlist
#' Interactive view of list structures with listviewer::jsonedit()
#'
#' @param l list to display
#' @param ... options sent through to listviewer::jsonedit()
#'
#' @export
#'
#' @examples
#' htable(mtcars)
ltable <- function(l,...) {
  listviewer::jsonedit(l,...)
}
cole-brokamp/CB documentation built on May 13, 2019, 8:49 p.m.