View source: R/list.files_caseInsensitive.R
list.files_caseInsensitive | R Documentation |
Sorts in a case insensitive matter. Created to solve the problem of errors when listing files in R as run from the terminal, in which case sorting is not case insensitive. In the R-GUI sorting is done case insensitive.
list.files_caseInsensitive(
path = ".",
pattern = NULL,
all.files = FALSE,
full.names = FALSE,
recursive = FALSE,
ignore.case = FALSE,
include.dirs = FALSE,
no.. = FALSE,
method = "shell"
)
method |
The ordering method used in |
... |
Used in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.