Skip to content

Commit

Permalink
fix column type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed May 18, 2023
1 parent 81d9737 commit 9e018aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/estimates.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ get_estimates <- function(geography = c("us", "region", "division", "state", "co

base$year <- as.integer(base$year)
year_to_keep <- as.integer(year)
base$GEOID <- as.character(base$GEOID)

# Explain available variables
if (!all(variables %in% unique(base$variable))) {
Expand Down

0 comments on commit 9e018aa

Please sign in to comment.