appendList: appendList

View source: R/shiny_helpers.R

appendListR Documentation

appendList

Description

Function to append an element to a list

Usage

appendList(l, x, name = NULL)

Arguments

l

list

x

element

name

name in list

Value

list

Examples

appendList(l = your_list, x = element, name = "TUD")

el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.