Nothing
# Simulate data
library(amt)
data(deer)
expect_equivalent(from(deer), min(deer$t_))
expect_equivalent(to(deer), max(deer$t_))
expect_equivalent(from_to(deer), range(deer$t_))
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.