Skip to content

Commit a959082

Browse files
Update facebook/delphiFacebook/R/contingency_write.R
Co-authored-by: nmdefries <[email protected]>
1 parent fd7457c commit a959082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/R/contingency_write.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ add_metadata_vars <- function(data, params, geo_type, groupby_vars) {
135135
period_end = format(params$end_date, "%Y%m%d"),
136136
period_val = get_period_val(params$aggregate_range, params$start_date),
137137
period_type = get_period_type(params$aggregate_range),
138-
geo_type = paste(geo_type, collapse = "_"),
138+
geo_type = geo_type,
139139
aggregation_type = paste(aggregation_type, collapse = "_")
140140
)
141141
data <- bind_cols(metadata, data)

0 commit comments

Comments
 (0)