Skip to content

Commit

Permalink
Merge pull request #22 from AdeelK93/patch-1
Browse files Browse the repository at this point in the history
Correct spelling of Ristrictions
  • Loading branch information
GL-Li authored Jul 14, 2021
2 parents 300c604 + a0e0fb5 commit 6f0cb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/search_census_and_acs.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ search_tablecontents <- function(survey, years = NULL, keywords = NULL, view = T
}

} else if (survey == "acs5"){
cat(paste0("Ristrictions of table content in each year. ",
cat(paste0("Restrictions of table content in each year. ",
"NA means data not collected."))
dt <- generate_acs5_tablecontents_()
if (!is.null(years)){
Expand All @@ -63,7 +63,7 @@ search_tablecontents <- function(survey, years = NULL, keywords = NULL, view = T
}

} else if (survey == "acs1"){
cat(paste0("Ristrictions of table content in each year. ",
cat(paste0("Restrictions of table content in each year. ",
"NA means data not collected."))
dt <- table_content_acs1year_all_years # generate_acs1_tablecontents_()
if (!is.null(years)){
Expand Down

0 comments on commit 6f0cb5e

Please sign in to comment.