Skip to content

Commit

Permalink
R Tip 001 - Update directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Sep 1, 2020
1 parent 4f69e57 commit e553283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r_tips_001_read_multiple_files/01_reading_multiple_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
library(tidyverse)
library(fs)

file_paths <- fs::dir_ls("r_tips_001_for_loop/data")
file_paths <- fs::dir_ls("r_tips_001_read_multiple_files/data")
file_paths

# 1.0 FOR LOOP ----
Expand Down

0 comments on commit e553283

Please sign in to comment.