if (FALSE) { # interactive()
# move a file
mc_mv("local/path/to/file.txt", "alias/bucket/path/file.txt")
# move a directory recursively
mc_mv("local/directory", "alias/bucket/path/to/directory", recursive = TRUE)
}
Run the code above in your browser using DataLab