knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(dmtr) library(dplyr)
data("binaryclass3_train", package = "dmtr")
knitr::kable( binaryclass3_train, booktabs = TRUE, align = c('r', 'r', 'r'), caption = '두 개의 범주값과 두 개의 변수를 지닌 학습표본' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.