@@ -4,24 +4,24 @@ library(tbeptools)
44cat(' EPC\n ' )
55xlsx <- tempfile(fileext = ' .xlsx' )
66fibdata <- read_importfib(xlsx , download_latest = TRUE )
7- save(fibdata , file = here :: here(' data/fibdata.RData' ), compress = ' xz ' )
7+ save(fibdata , file = here :: here(' data/fibdata.RData' ))
88
99# ESC
1010cat(' ESC\n ' )
1111hcesdfibdata <- read_importwqp(' 21FLHESD_WQX' , type = ' fib' )
12- save(hcesdfibdata , file = here :: here(' data/hcesdfibdata.RData' ), compress = ' xz ' )
12+ save(hcesdfibdata , file = here :: here(' data/hcesdfibdata.RData' ))
1313
1414# Manatee County
1515cat(' manco\n ' )
1616mancofibdata <- read_importwqp(' 21FLMANA_WQX' , type = ' fib' )
17- save(mancofibdata , file = here :: here(' data/mancofibdata.RData' ), compress = ' xz ' )
17+ save(mancofibdata , file = here :: here(' data/mancofibdata.RData' ))
1818
1919# Pasco County
2020cat(' pasco\n ' )
2121pascofibdata <- read_importwqp(' 21FLPASC_WQX' , type = ' fib' )
22- save(pascofibdata , file = here :: here(' data/pascofibdata.RData' ), compress = ' xz ' )
22+ save(pascofibdata , file = here :: here(' data/pascofibdata.RData' ))
2323
2424# Polk County
2525cat(' polco\n ' )
2626polcofibdata <- read_importwqp(' 21FLPOLK_WQX' , type = ' fib' )
27- save(polcofibdata , file = here :: here(' data/polcofibdata.RData' ), compress = ' xz ' )
27+ save(polcofibdata , file = here :: here(' data/polcofibdata.RData' ))
0 commit comments