R Dataset Explorer with Rook

This example demonstrates Rook by exploring the R datasets package. Each dataset is presented below. By clicking on one, you will be able to explore the dataset with a plot or by returning the dataset in its entirety as a JSON object.

<% counter <- 0 numcols <- 6 for (i in sort(ls('package:datasets'))){ if (counter %% numcols == 0) cat("") %> <% counter <- counter + 1; } %>
<%=i%> [ json] [ png]