Search notes:
R function: list.files
list.files()
shows the files in the
working directory
(which is set with
setwd()
and returned by
getwd()
.
list.files()
Github repository
about-r
, path:
/functions/list.files.R
See also
getwd()
Index to (some) R functions
Index