mc_du | R Documentation |
Show disk usage for a target path
mc_du(target, flags = "")
target |
alias/bucket to list |
flags |
optional additional flags |
for more help, run mc_du("-h")
Returns the list from processx::run()
, with components status
,
stdout
, stderr
, and timeout
; invisibly.
# create a new bucket
mc_mb("play/minioclient-test")
# no disk usage on new bucket
mc_du("play/minioclient-test")
# clean up
mc_rb("play/minioclient-test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.