Deprecated: use fix_ascii() instead

asciify_pkg(
  path = ".",
  scope = c("R", "tests", "vignettes"),
  strategy = c("auto", "escape", "translit", "report"),
  identifiers = c("error", "warn", "skip"),
  dry_run = TRUE
)

Arguments

path

Path to the package to rewrite.

scope

Subdirectories to rewrite.

strategy

Rewrite strategy (see asciify_r_source()).

identifiers

What to do when a non-ASCII identifier is found.

dry_run

If TRUE (default), only report what would change.

Value

See fix_ascii().