# NOT RUN {
endp <- table_endpoint("https://mystorageacct.table.core.windows.net", key="mykey")
create_storage_table(endp, "mytable")
tab <- storage_table(endp, "mytable2")
create_storage_table(tab)
list_storage_tables(endp)
delete_storage_table(tab)
delete_storage_table(endp, "mytable")
# }
Run the code above in your browser using DataLab