Skip to content

Commit

Permalink
add more sym links
Browse files Browse the repository at this point in the history
  • Loading branch information
stephhazlitt committed Aug 10, 2024
1 parent a6131c4 commit 8c54b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ system(sprintf("ln -s /mnt/shared/data/nyc-taxi %s/data/nyc-taxi", getwd()))
system(sprintf("ln -s /mnt/shared/data/seattle-library-checkout.csv %s/data/seattle-library-checkouts.csv", getwd()))
system(sprintf("ln -s /mnt/shared/data/taxi_zone_lookup.csv %s/data/taxi_zone_lookup.csv", getwd()))
system(sprintf("ln -s /mnt/shared/data/taxi_zones %s/data/taxi_zones", getwd()))
system(sprintf("ln -s /mnt/shared/data/seattle-library-checkouts %s/data/seattle-library-checkouts", getwd()))
system(sprintf("ln -s /mnt/shared/data/seattle-library-checkouts-parquet %s/data/seattle-library-checkouts-parquet", getwd()))

0 comments on commit 8c54b93

Please sign in to comment.