Nothing
# Download PAGASA cyclone reports ----------------------------------------------
pagasa_download_cyclone_reports <- function(url, destfile) {
if (!destfile %in% list.files("data-raw", full.names = TRUE)) {
utils::download.file(url = url, destfile = destfile)
destfile
} else
destfile
}
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.