From 8c54b935e59ce8a836eb7e4b88b4f37c95b34eb1 Mon Sep 17 00:00:00 2001 From: Stephanie Hazlitt Date: Sat, 10 Aug 2024 08:07:43 -0700 Subject: [PATCH] add more sym links --- data/setup.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/setup.R b/data/setup.R index 5f2de5b..05b7cca 100644 --- a/data/setup.R +++ b/data/setup.R @@ -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()))