Skip to content

Commit 6fb5773

Browse files
Change google drive location
1 parent 1689e1b commit 6fb5773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/CCAP.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ library(googledrive)
99

1010
# authorize access to gdrive and get file
1111
drive_auth() # requires google account/gmail
12-
gdrive_pth <- 'https://drive.google.com/drive/u/0/folders/1PIvrJj1Pw5B5C5FrXpGiPAKxzgbmIwrY'
12+
gdrive_pth <- 'https://drive.google.com/drive/u/0/folders/1oXJHGuVBYpsClGPX1lMDTkvnrvHuemNz'
1313
fls <- drive_ls(gdrive_pth, type = 'csv')
1414

1515
# download file to temp loaction, import columns as factors in fctcol

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# c-cap
22
Finer-scale GIS Habitat Assessment (using NOAA C-CAP 1-m resolution mapping data) to refine habitat master plan targets and goals.
33

4-
Files available at <https://drive.google.com/drive/u/0/folders/1dZDITj0NlUZWC_aZY61v9R5L2yU8IQ15>.
4+
Files available at <https://drive.google.com/drive/u/0/folders/1oXJHGuVBYpsClGPX1lMDTkvnrvHuemNz>.

0 commit comments

Comments
 (0)