Nothing
transform_path <- function(...) {
check_installed('transformr', 'to tween paths and lines')
transformr::tween_path(...)
}
transform_polygon <- function(...) {
check_installed('transformr', 'to tween polygons')
transformr::tween_polygon(...)
}
transform_sf <- function(...) {
check_installed('transformr', 'to tween sf layers')
transformr::tween_sf(...)
}
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.