list.files_caseInsensitive: Sorts in a case insensitive matter. Created to solve the...

View source: R/list.files_caseInsensitive.R

list.files_caseInsensitiveR 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.

Description

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.

Usage

list.files_caseInsensitive(
  path = ".",
  pattern = NULL,
  all.files = FALSE,
  full.names = FALSE,
  recursive = FALSE,
  ignore.case = FALSE,
  include.dirs = FALSE,
  no.. = FALSE,
  method = "shell"
)

Arguments

method

The ordering method used in order.

...

Used in list.files.


arnejohannesholmin/sonR documentation built on April 14, 2024, 11:39 p.m.