R/getList.R

Defines functions getList

###
### R routines for the R package mixmeta (c)
#
getList <-
function(object) {
#
################################################################################
# TRANFORM THE OBJECT IN A LIST
#
  if(is.list(object)) object else list(object)
}

Try the mixmeta package in your browser

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

mixmeta documentation built on Oct. 16, 2021, 5:09 p.m.