gcs_unmount {GCSFilesystem}R Documentation

Unmound a mounted GCS file system

Description

Unmound a mounted GCS file system

Usage

gcs_unmount(mountpoint)

Arguments

mountpoint

The path to the mounted GCS file system.

Value

No return value

Examples

## 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")

[Package GCSFilesystem version 1.3.0 Index]