multiple.get.rmd.subset <-
function (data.rmd,
markers,
columns = 1:length(attr(data.rmd,"x.columns")))
{
if (is.null(attr(data.rmd, "x.columns"))){
stop(paste("No xmat in:", get.data.title(data.rmd)))
}
right.stuff <- get.the.right.stuff(data.rmd, columns, markers)
invisible(get.rmd.subset(data.rmd, right.stuff))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.