Update recent data as available and fix some code to work with newer version of R.
This commit is contained in:
+3
-2
@@ -9,7 +9,8 @@ library(janitor)
|
||||
library(USAboundaries)
|
||||
|
||||
# Update local database
|
||||
system("cd python3 fccULSloader/src/fcc_tool.py --update")
|
||||
#system("python3 fccULSloader/src/fcc_tool.py --update")
|
||||
system("python3 fccULSloader/src/fcc_tool.py --force-download")
|
||||
|
||||
# Get current date
|
||||
now <- Sys.Date()
|
||||
@@ -106,6 +107,6 @@ write.table(active_state_class, file = "out/fccULSloader-fcc-licenses-scraped.cs
|
||||
col.names = F, row.names = FALSE,
|
||||
na = "")
|
||||
|
||||
|
||||
####
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user