Skip to content

Commit a9efdc3

Browse files
authored
Update get_geo_estimates_function.R
1 parent 57c4c4a commit a9efdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/get_geo_estimates_function.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ get_geo_estimates <- function(acs_year = NULL, geo = NULL, var_codes = "all", bo
5353
if (!(var_code %in% colnames(geo_df))) {
5454
stop(paste("Estimates for the variable code", var_code, "are not available", "\n",
5555
"You may have made a typo, so please double check your work.", "\n",
56-
"You can use the get_census_variables() function to view your variable options, or input 'all' to view all columns.\n"))
56+
"You can use the get_ACS_variables() function to view your variable options, or input 'all' to view all columns.\n"))
5757
} else {
5858

5959
# add num estimate, num MOE, % estimate, % MOE, and CV for the variable code

0 commit comments

Comments
 (0)