notebookutils.fs.unmount {notebookutils} | R Documentation |
Removes a mount point.
Description
Removes a mount point.
Usage
notebookutils.fs.unmount(mountPoint)
Arguments
mountPoint |
The directory that was previously mounted. |
Value
FALSE to mimic the result of unmount mountPoint
fail.
Examples
notebookutils.fs.unmount("/mnt")
[Package notebookutils version 1.5.3 Index]