Skip to content

Commit 57b9874

Browse files
committed
remove keyword internal from exported functions
1 parent 3f6b21d commit 57b9874

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

R/utils.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ match_state_fips <- function(
173173
#' - valid state FIPS code if input is even pseudo-valid (i.e. single digit but w/in range)
174174
#' - `NULL` if input is not a valid FIPS code and `require_state = FALSE`
175175
#' - errors if input is not a valid FIPS code and `require_state = TRUE` or if `state` matched multiple values
176-
#' @keywords internal
177176
#' @export
178177
validate_state <- function(
179178
state,
@@ -397,7 +396,6 @@ match_county_name <- function(
397396
#' - valid county FIPS code if input is even pseudo-valid (i.e. single digit but w/in range)
398397
#' - `NULL` if input is not a valid FIPS code and `require_county = FALSE`
399398
#' - errors if input is not a valid FIPS code and `require_county = TRUE` or if `county` matched multiple values and `multiple = FALSE`
400-
#' @keywords internal
401399
#' @export
402400
validate_county <- function(
403401
state,

man/validate_county.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/validate_state.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)