# list only root-level files and folders
cloud_local_ls()
# list all files in all nested folders
cloud_local_ls(recursive = TRUE)
if (FALSE) {
# list contents of "plots/barplots" subfolder (if it exists)
cloud_local_ls("plots/barplots")
}
Run the code above in your browser using DataLab