Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. files <- list.files(path)
  2. most_recent_file_path <- sort(files, decreasing = TRUE)[1]
  3. most_recent_file <- read.csv(most_recent_file_path)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement