ee_clean_container: Delete files from a either Folder or Bucket

Description Usage Arguments Value See Also

View source: R/ee_clean.R

Description

Delete all files from a folder (Google Drive) or a bucket (Google Cloud Storage). Caution: This will permanently delete your backup files generated by using ee_as_stars and ee_as_sf.

Usage

1
ee_clean_container(name = "rgee_backup", type = "drive", quiet = FALSE)

Arguments

name

Character. Name of the folder (Drive) or bucket (GCS) to delete all files into.

type

Character. Name of the file storage web service. 'drive' and 'gcs' are supported.

quiet

logical. Suppress info message

Value

No return value, called for cleaning Google Drive or Google Cloud Storage container.

See Also

Other ee_clean functions: ee_clean_credentials(), ee_clean_pyenv()


csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.