Skip to content

Commit

Permalink
fix all problem URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed May 19, 2021
1 parent 30712cf commit d1a2a0c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion R/acs.R
Expand Up @@ -42,7 +42,7 @@
#' be included in your output. Usually a variable (e.g. total population) that
#' you'll want to use as a denominator or comparison.
#' @param key Your Census API key. Obtain one at
#' \url{http://api.census.gov/data/key_signup.html}
#' \url{https://api.census.gov/data/key_signup.html}
#' @param moe_level The confidence level of the returned margin of error. One
#' of 90 (the default), 95, or 99.
#' @param survey The ACS contains one-year, three-year, and five-year surveys
Expand Down
2 changes: 1 addition & 1 deletion R/census.R
Expand Up @@ -38,7 +38,7 @@
#' to be included in your output. Usually a variable (e.g. total population)
#' that you'll want to use as a denominator or comparison.
#' @param key Your Census API key.
#' Obtain one at \url{http://api.census.gov/data/key_signup.html}
#' Obtain one at \url{https://api.census.gov/data/key_signup.html}
#' @param show_call if TRUE, display call made to Census API. This can be very useful
#' in debugging and determining if error messages returned are
#' due to tidycensus or the Census API. Copy to the API call into
Expand Down
2 changes: 1 addition & 1 deletion R/estimates.R
Expand Up @@ -37,7 +37,7 @@
#' mapping of the entire US. As of May 2021, we recommend using \code{tigris::shift_geometry()}
#' instead.
#' @param key Your Census API key.
#' Obtain one at \url{http://api.census.gov/data/key_signup.html}. Can be stored
#' Obtain one at \url{https://api.census.gov/data/key_signup.html}. Can be stored
#' in your .Renviron with \code{census_api_key("YOUR KEY", install = TRUE)}
#' @param show_call if TRUE, display call made to Census API. This can be very useful
#' in debugging and determining if error messages returned are
Expand Down
10 changes: 5 additions & 5 deletions R/flows.R
Expand Up @@ -9,19 +9,19 @@
#' geographies as well as the number of people who moved in, out, and net
#' movers of each geography (`MOVEDIN`, `MOVEDOUT`, `MOVEDNET`). If additional
#' variables are specified, they are pulled in addition to the default
#' variables. The names of additional variables can be found in the [Census
#' variables. The names of additional variables can be found in the Census
#' Migration Flows API
#' documentation](https://api.census.gov/data/2018/acs/flows/variables.html).
#' documentation at \url{https://api.census.gov/data/2018/acs/flows/variables.html}.
#' @param breakdown A character vector of the population breakdown
#' characteristics to be crossed with migration flows data. For datasets
#' between 2006-2010 and 2011-2015, selected demographic characteristics such
#' as age, race, employment status, etc. are available. Possible values are
#' `"AGE"`, `"SEX"`, `"RACE"`, `"HSGP"`, `"REL"`, `"HHT"`, `"TEN"`, `"ENG"`,
#' `"POB"`, `"YEARS"`, `"ESR"`, `"OCC"`, `"WKS"`, `"SCHL"`, `"AHINC"`,
#' `"APINC"`, and `"HISP_ORIGIN"`. For more information and to see which
#' characteristics are available in each year, visit the [Census Migration
#' characteristics are available in each year, visit the Census Migration
#' Flows
#' documentation](https://www.census.gov/data/developers/data-sets/acs-migration-flows.html).
#' documentation at \url{https://www.census.gov/data/developers/data-sets/acs-migration-flows.html}.
#' Note: not all characteristics are available in all years.
#' @param breakdown_labels Whether or not to add columns with labels for the
#' breakdown characteristic codes. Defaults to `FALSE`.
Expand All @@ -47,7 +47,7 @@
#' the sf object. The destination point feature is returned in the `centroid2`
#' column.
#' @param key Your Census API key. Obtain one at
#' \url{http://api.census.gov/data/key_signup.html}
#' \url{https://api.census.gov/data/key_signup.html}
#' @param moe_level The confidence level of the returned margin of error. One
#' of 90 (the default), 95, or 99.
#' @param show_call if TRUE, display call made to Census API. This can be very
Expand Down
2 changes: 1 addition & 1 deletion R/pums.R
Expand Up @@ -28,7 +28,7 @@
#' tidycensus or the Census API. Copy to the API call into a browser and see
#' what is returned by the API directly. Defaults to FALSE.
#' @param key Your Census API key. Obtain one at
#' \url{http://api.census.gov/data/key_signup.html}
#' \url{https://api.census.gov/data/key_signup.html}
#'
#' @return A tibble of microdata from the ACS PUMS API.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/get_acs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_decennial.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_estimates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/get_flows.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_pums.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1a2a0c

Please sign in to comment.