A table generator package in R.
Go to R console and enter
devtools::install_github("bjungbogati/myTable")
To see all the exported functions:
library("myTable")
ls("package:myTable")
To generate a table: Simply use the gen_table(x) function with input x.
myTable::gen_table(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.