gcs_unmount: Unmound a mounted GCS file system

Description Usage Arguments Value Examples

View source: R/gcs_unmount.R

Description

Unmound a mounted GCS file system

Usage

1
gcs_unmount(mountpoint)

Arguments

mountpoint

The path to the mounted GCS file system.

Value

No return value

Examples

1
2
3
4
5
## 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")

Jiefei-Wang/GCSFilesystem documentation built on Sept. 23, 2020, 11:33 a.m.