# NOT RUN {
# list files in root directory
drop_dir()
# get a cursor from root directory,
# upload a new file,
# return only information about new file
cursor <- drop_dir(cursor = TRUE)
drop_upload("some_new_file")
drop_dir(cursor = cursor)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab