Nothing
delayedAssign(
"pesa",
local({
if (requireNamespace("data.table", quietly = TRUE)) {
dt = data.table::copy(nomads:::pesa_df)
data.table::setDT(dt)
data.table::setkeyv(dt, c("id", "time"))
dt
} else {
nomads:::pesa_df
}
})
)
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.