moodle.table {moodler} | R Documentation |
This function takes a data frame or vector and generate the html code to display it in a moodel quiz
moodle.table(x, DoRowNames = FALSE, DoBorder = FALSE, ncols = 10)
x |
df or vector |
ncols |
for vectors, how many items per cow? |
moodle.table(round(rnorm(50), 1)) moodle.table(mtcars)