list_space: Insert element - string - into a list.

Description Usage Arguments Value Examples

Description

Insert element - string - into a list.

Usage

1
list_space(list_name, argument = "space")

Arguments

list_name

List name [character]

argument

String to be inserted[character]

Value

List modified in place

Examples

1
2
3
 sample_list <- list()
 sample_list$nfold <- 10
 list_space("sample_list")

ClaraMarquardt/huhn documentation built on May 10, 2019, 12:53 p.m.