add_as_fist_to_list {YAPSA}R Documentation

Add an element as first entry to a list

Description

Works for all types of lists and inputs

Usage

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

 NULL


[Package YAPSA version 1.18.0 Index]