Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
eval = FALSE
)
## -----------------------------------------------------------------------------
# aou_ls_workspace()
## -----------------------------------------------------------------------------
# aou_ls_bucket()
## -----------------------------------------------------------------------------
# aou_ls_workspace(pattern = "*.csv")
# aou_ls_bucket(pattern = "project_*.csv")
## -----------------------------------------------------------------------------
# write.csv(data, "file1.csv")
# aou_workspace_to_bucket("file1.csv")
## -----------------------------------------------------------------------------
# aou_bucket_to_workspace("file2.csv")
# data <- read.csv("file2.csv")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.