Skip to content

Commit

Permalink
fixed failing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Dec 2, 2024
1 parent c64e4b9 commit 96001fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/crosswalk.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ crosswalk_taxonomy <- function(taxonomy_code = NULL,
#' @examples
#' crosswalk_footnotes(taxonomy_code = "251E00000X")
#'
#' crosswalk_footnotes(specialty_code = "A0)
#' crosswalk_footnotes(specialty_code = "A0")
#'
#' @importFrom fuimus search_in_if
#'
#' @autoglobal
#'
#' @export
crosswalk_footnotes <- function(taxonomy_code = NULL,
specialty_code = NULL) {
specialty_code = NULL) {

check_nchar(taxonomy_code, 10)
check_nchar(specialty_code, 2)
Expand Down
6 changes: 6 additions & 0 deletions man/crosswalk_footnotes.Rd

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

0 comments on commit 96001fe

Please sign in to comment.