mc_mb | R Documentation |
Create a new S3 bucket using mc command
mc_mb(bucket, ignore_existing = TRUE, flags = "", verbose = TRUE)
bucket |
Character string specifying the name of the bucket to create. |
ignore_existing |
do not error if bucket already exists |
flags |
additional flags, see |
verbose |
print output? |
Returns the list from processx::run()
, with components status
,
stdout
, stderr
, and timeout
; invisibly.
# Create a new bucket named "my-bucket"
mc_mb("play/my-bucket")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.