File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11% File src / library / base / man / files.Rd
22% Part of the R package , https : // www.R - project.org
3- % Copyright 1995 - 2023 R Core Team
3+ % Copyright 1995 - 2024 R Core Team
44% Distributed under GPL 2 or later
55
66\name {files2 }
@@ -24,7 +24,8 @@ Sys.umask(mode = NA)
2424}
2525\a rguments{
2626 \i tem{path}{a character vector containing a single path name. Tilde
27- expansion (see \c ode{\l ink{path.expand}}) is done.}
27+ expansion (see \c ode{\l ink{path.expand}}) is done. Necessarily a
28+ non-empty string.}
2829 \i tem{paths}{character vectors containing file or directory paths. Tilde
2930 expansion (see \c ode{\l ink{path.expand}}) is done.}
3031 \i tem{showWarnings}{logical; should the warnings on failure be shown?}
@@ -106,7 +107,8 @@ Sys.umask(mode = NA)
106107 system ). So treat documentation cautiously if you are using , say , a
107108 FAT / FAT32 or network - mounted file system.
108109
109- See \link {files } for how file paths with marked encodings are interpreted.
110+ See the help on \link {files } for how file paths with marked encodings
111+ are interpreted.
110112}
111113\value {
112114 \code {dir.exists } returns a logical vector of \code {TRUE } or
You can’t perform that action at this time.
0 commit comments