add_as_fist_to_list: Add an element as first entry to a list

Description Usage Arguments Value Examples

View source: R/basic_functions.R

Description

Works for all types of lists and inputs

Usage

1
add_as_fist_to_list(in_list, in_element)

Arguments

in_list

List to which an element is to be added

in_element

Element to be added

Value

List with input element as first entry.

Examples

1

huebschm/YAPSA documentation built on May 17, 2019, 9:11 p.m.