Created: 2017-07-31 Mon 08:40
No, really. Good results are hard to find.
the ability to
Research, results, and computational artifacts
Note: Side-by-side R session and open RSS feed. plot a plot and see it show up 'magically' in the rss feed. Then search for a previous one and grab its code from the metadata stored in the db
From Figshare FAQ (paraphrase)
I know
We can infer useful metadata about an object from the
R objects are necessarily self-describing
names
, dim
, element classes on a data.frame
levels
on a factordput
What
In an
Form
Low-level semantic annotations
library(recordr) ## ## Your analysis code here ## record(myplot)
autorecord
function, records
summary()
res = vtSearch("mtcars")
res2 = vtSearch("Awesome")