append_list: 'append' appears not to work with dates any longer... in...

append_listR Documentation

'append' appears not to work with dates any longer... in 4.0.2.. perhaps they will fix e.g.: selections <- list() append(selections, Sys.Date()) # do not know how to convert 'e' to class “Date” selections <- list(Sys.Date()) append(selections, Sys.Date()) # adds date as numeric.. this use to work

Description

'append' appears not to work with dates any longer... in 4.0.2.. perhaps they will fix e.g.: selections <- list() append(selections, Sys.Date()) # do not know how to convert 'e' to class “Date” selections <- list(Sys.Date()) append(selections, Sys.Date()) # adds date as numeric.. this use to work

Usage

append_list(.list_a, .values)

Arguments

.list_a

list to append to

.values

any value or set of values to append to the list


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.