googledrive (version 0.0.0.9000)

drive_delete: Delete file from Drive.

Description

Delete file from Drive.

Usage

drive_delete(file = NULL, verbose = TRUE)

Arguments

file

Drive File, something that identifies the file of interest on your Google Drive. This can be name(s)/path(s), marked file id(s), or a dribble.

verbose

Logical, indicating whether to print informative messages (default TRUE).

Value

Logical, indicating whether the delete succeeded.