Skip to content

Commit

Permalink
Moving fix_non_ascii back to dev/ (out of package build)
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Apr 27, 2024
1 parent 862ad2c commit 2242eb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/fix_non_ascii.R → dev/fix_non_ascii.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
#' @export
#'
#' @examples
#' # Make a vector of non-ASCII characters
#' (bad_vec <- c("’", "“", "”", "—", "−", "–", "×", "fi", "ö", "­",
#' "·", "…", "`", "ò", "ó", "á", "à", "å", "ë", "ä",
#' "é", "è", "ü", "ú", "ù"))
#' # Make a vector of several non-ASCII characters
#' (bad_vec <- c("’", "“", "×", "fi", "ö", "ü"))
#'
#' # Invoke function
#' (good_vec <- fix_non_ascii(x = bad_vec))
Expand Down

0 comments on commit 2242eb7

Please sign in to comment.