Nothing
      .check_dev <- function(dev, path) {
  path <- unclass(path)
  if (!lapply(path$device, identical, dev) |> unlist() |> all())
    stop("Virtual path needs to point to a path on the same device as 'dev'")
}
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.