Nothing
# Automatically generated from the noweb directory
expand.nested <- function(x) {
xname <- names(x)
x[[1]] <- as.factor(x[[1]])[,drop=T]
if (length(x) >1) {
for (i in seq(2, length(x), by=1)) {
x[[i]] <- strata(x[[i-1]], x[[i]], shortlabel=TRUE, sep='/')
xname[i] <- paste(xname[i-1], xname[i], sep='/')
}
}
names(x) <- xname
x
}
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.