powered by
ifiles(file_paths, reader_function = readLines, ...) idir(path, reader_function = readLines, ...)
character
function
reader_function
current_dir_files <- list.files(path = ".", full.names = TRUE) files_iterator <- ifiles(current_dir_files) dir_files_iterator <- idir(path = ".")
Run the code above in your browser using DataLab