create_named_list: #' Interpolates missing environmental data. #' Deprecated, no...

Description Usage Arguments Examples

View source: R/cleaners_helpers.R

Description

Creates a named list from the user given items. Will preserve the names of items that already have names.

Usage

1

Arguments

...

List of objects, named or not, to be included in the fully named list.

Examples

1
2
3
a <- list("a", "aa", "aaa")
b <- data.frame(x = 1:4, y = 5:8)
create_named_list(a, b, c = rep(1:4))

EcoGRAPH/epidemiar documentation built on Nov. 13, 2020, 5:31 p.m.