Nothing
read_pydata <- function(py_path) {
py_path <- paste0(py_path, ".rds")
py_path <- test_path("py-data", py_path)
readRDS(py_path)
}
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.