Skip to content

Commit 34763d3

Browse files
dajmcdonbrookslogan
authored andcommitted
Apply suggestions from code review
we keep it, but we don't print it. Co-authored-by: brookslogan <lcbrooks+github@andrew.cmu.edu>
1 parent b4aa672 commit 34763d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epi_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ new_epi_df <- function(x = tibble::tibble(), geo_type, time_type, as_of,
177177
metadata$geo_type <- geo_type
178178
metadata$time_type <- time_type
179179
metadata$as_of <- as_of
180-
if (length(other_keys)) metadata$other_keys <- other_keys
180+
metadata$other_keys <- other_keys
181181

182182
# Reorder columns (geo_value, time_value, ...)
183183
if (sum(dim(x)) != 0) {

0 commit comments

Comments
 (0)