Description Usage Arguments Value Examples
View source: R/show_nonascii_file.R
Search for non-ASCII characters in files
1 2 3 4 5 6 | show_nonascii_file(
path = ".",
size_limit = 5e+05,
ignore_dir = c("docs"),
ignore_ext = c("png", "jpg", "rds", "rda")
)
|
path |
Path where to start searching. If a directory, search in all files recursively. |
size_limit |
Limit size of files scanned (in bytes). |
ignore_dir |
Ignore some directories (relative to |
ignore_ext |
Ignore with those extensions. |
a data.frame
with files and lines where
non-ascii have been detected, if none return NULL
.
1 2 3 4 5 6 | ## Not run:
show_nonascii_file(system.file(package = "prefixer"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.