notebookutils.fs.exists {notebookutils} | R Documentation |
Check if a file or directory exists.
notebookutils.fs.exists(file)
file |
FileSystem URI |
TRUE if the file or directory exists
## Not run:
notebookutils.fs.exists("/tmp/my-file")
## End(Not run)