Nothing
split_int_ <- function(data, f) {
nr <- .row_names_info(data, type = 2L)
f_ <- .formula2varlist(formula = f, data = data) # see ?base::split.data.frame
rid <- split.default(x = seq_len(nr), f = f_)
return(rid[lengths(rid, use.names = FALSE) > 0L])
}
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.