gcs_unmount {GCSFilesystem} | R Documentation |
Unmound a mounted GCS file system
gcs_unmount(mountpoint)
mountpoint |
The path to the mounted GCS file system. |
No return value
## Unmount a directory ## No operation will be done ## if the directory does not exist or ## not a mounted directory gcs_unmount("path_to_your_mounted_directory")