data_to_list: data_to_list

Description Usage Arguments Examples

View source: R/data_to_list.R

Description

Takes all files which names match pattern provided for the user and put them in a list

Usage

1
data_to_list(path = "./", pattern = NULL)

Arguments

path

path to directory with files

pattern

pattern to select files

Examples

1
list_data_sigma <- data_to_list(path = "Documents/", pattern = "K")

josschavezf/erba documentation built on May 2, 2021, 7:33 a.m.