layout: post title: mtcars author: BJ date: 2018-08-12
Data Page for: mtcars File Location: local Data Description: mtcars
{% highlight r %} library(knitr) kable(mtcars[c(1,2,3),c(1,4,5)]) {% endhighlight %}
| | mpg| hp| drat| |:-------------|----:|---:|----:| |Mazda RX4 | 21.0| 110| 3.90| |Mazda RX4 Wag | 21.0| 110| 3.90| |Datsun 710 | 22.8| 93| 3.85|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.