notebookutils.fs.exists {notebookutils} | R Documentation |
Check if a file or directory exists.
Description
Check if a file or directory exists.
Usage
notebookutils.fs.exists(file)
Arguments
file |
FileSystem URI |
Value
TRUE if the file or directory exists
Examples
## Not run:
notebookutils.fs.exists("/tmp/my-file")
## End(Not run)
[Package notebookutils version 1.5.3 Index]