You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Shipping/Code/master_shipping.r
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@
7
7
library(tidyverse)
8
8
library(readxl)
9
9
library(data.table) # for speed
10
+
library(googledrive)
11
+
12
+
pathProject='C:/Dropbox/Open-AP-ac/CrossSection/'# local code base directory
13
+
pathStorage='C:/Gdrive/My Drive/Work/Public/Open AP/Data Release 2024.10/'# a place to
14
+
OLD_PATH_RELEASES='https://drive.google.com/drive/folders/1EP6oEabyZRamveGNyzYU0u6qJ-N43Qfq'# location of previous release for comparison (here August 2023)
10
15
11
-
pathProject='D:/Dropbox/AC-OPENAP/CrossSection/'# local code base directory
12
-
pathStorage='D:/Gdrive/Work/Public/Open AP/Data Release 2024.08/'# a place to store copies for uploading
13
16
14
17
pathShipping= paste0(pathProject,'Shipping/') # where Code/master_shipping.r is
0 commit comments