plotTable | R Documentation |
Restriction: currently, the footer will be cropped at the table width.
plotTable(
data,
title = "",
footer = "",
col_names = colnames(data),
fill = c("grey90", "grey70"),
col = "black",
just = "centre"
)
data |
A data.frame with columns as described above |
title |
Table title |
footer |
Footer text |
col_names |
Column names for Table |
fill |
Fill pattern (by row) |
col |
Text color (by column) |
just |
(ignored) |
gTree object with class 'PTXQC_table'
data = data.frame(raw.file = letters[1:4],
id.rate = 3:6)
plotTable(data,
title = "Bad files",
footer = "bottom",
col_names = c("first col", "second col"),
col=c("red", "green"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.