library(collection) library(knitr) knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
c <- collection('objects')
All functions described below as their first argument take one of:
collectionclistfilter() accepts a number of conditional expressions to be evaluated
on tags. It filters out objects for which at least one expression
evaluates to FALSE.
filter
arrange() changes the order of objects.
arrange
apply() calls a given function on each object. It returns a computational
task that by default is evaluated in the current session.
apply
compute() evaluates a computation task.
compute(task, where)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.