{"title":"R\u3067\u30ec\u30dd\u30fc\u30c8\u3092\u4f5c\u6210\u3059\u308b","published":"2016-04-30 21:02:46","provider_name":"Hatena Blog","categories":["R"],"image_url":null,"version":"1.0","blog_title":"Programming Memo","url":"https://eerf0309458.hatenadiary.com/entry/2016/04/30/210246","blog_url":"https://eerf0309458.hatenadiary.com/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Feerf0309458.hatenadiary.com%2Fentry%2F2016%2F04%2F30%2F210246\" title=\"R\u3067\u30ec\u30dd\u30fc\u30c8\u3092\u4f5c\u6210\u3059\u308b - Programming Memo\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","height":"190","author_url":"https://blog.hatena.ne.jp/eerf0309458/","provider_url":"https://hatena.blog","author_name":"eerf0309458","type":"rich","width":"100%","description":"\u5fc5\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb The Comprehensive R Archive Network - knitr The Comprehensive R Archive Network - markdown $ library(knitr) $ library(markdown) \u30ec\u30dd\u30fc\u30c8\u306e\u4f5c\u6210\u65b9\u6cd5(markdown) test.Rmd # \u6982\u8981 ## iris summary ` ``{r results='asis'} summary(iris) plot(iris[,1],iris[,2]) kable(head(iris,5)) ` `` $ knit(test.Rmd) $ ma\u2026"}