Guest User

Untitled

a guest
Dec 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. library(readbulk)
  2. input_path<- "/Volumes/WININSTALL/Filename_Redux/Zone1_Output/"
  3.  
  4. file_list<- list.files(input_path, pattern = "[.]csv$")
  5.  
  6. file_paste<- paste(input_path, file_list, sep = "")
  7.  
  8. merged<- read_bulk(directory = input_path, subdirectories = FALSE, extension = ".csv")
Add Comment
Please, Sign In to add comment