Skip to content

Commit e1f0176

Browse files
gsheet quick patch
1 parent a560895 commit e1f0176

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/global/global_helpers.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8923,7 +8923,7 @@ load_config_datasets <- function(from_where){
89238923
site_data <- sm(googlesheets4::read_sheet(
89248924
conf$site_data_gsheet,
89258925
na = c('', 'NA'),
8926-
col_types = 'ccccccccnnnnncccc'
8926+
col_types = 'ccccccccnnnnnccccc'
89278927
))
89288928

89298929
ws_delin_specs <- sm(googlesheets4::read_sheet(
@@ -14544,6 +14544,7 @@ scrape_data_download_urls <- function() {
1454414544

1454514545
for(domain in domains) {
1454614546
writeLines('reading documentation for data source:', domain)
14547+
product_names <- list.files(file.path(network_fp, domain, "raw", "documentation"))
1454714548
product_docs <- list.files(file.path(network_fp, domain, "raw", "documentation"), full.names = TRUE)
1454814549

1454914550
for(file in product_docs) {

0 commit comments

Comments
 (0)