mc_rb | R Documentation |
Remove an S3 bucket using mc command
mc_rb(bucket, force = FALSE)
bucket |
Character string specifying the name of the bucket to remove |
force |
Delete bucket without confirmation in non-interactive mode |
Returns the list from processx::run()
, with components status
,
stdout
, stderr
, and timeout
; invisibly.
# Create a new bucket named "my-bucket" on the "play" system
mc_mb("play/my-bucket")
mc_rb("play/my-bucket")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.