Will Dearman

2459 days ago

Read a lot of datasets at once with R

r-bloggers.com

I often have to read a lot of datasets at once using R. So I’ve wrote the following function to solve this issue: read_list <- function(list_of_datasets, read_func){ read_and_assign <- function(dataset, read_func){ dataset_name <- as.