knitr support test for recordr

I'm testing knitr_and_record. Can it find this Fancy Phrase?

How about these plots? horsepower is an interesting thing to study

library(ggplot2)

p = qplot(mtcars$wt, mtcars$hp)
p

more text here again

fit = lm(hp~wt, data = mtcars)
fit

Seems like horsepower is related to weight!



Try the trackr package in your browser

Any scripts or data that you put into this service are public.

trackr documentation built on May 24, 2021, 5:09 p.m.