Skip to content

Commit

Permalink
Merge pull request #13 from posit-conf-2024/add-symlinks
Browse files Browse the repository at this point in the history
Adds two more symbolic links for shared data in Workbench
  • Loading branch information
stephhazlitt authored Aug 10, 2024
2 parents a6131c4 + 8c54b93 commit 249b280
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 249b280

Please sign in to comment.