powered by
ifiles(file_paths, serialized = FALSE, reader_function = read_lines, ...)idir(path, serialized = FALSE, reader_function = read_lines, ...)
idir(path, serialized = FALSE, reader_function = read_lines, ...)
character
logical
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