h_format_row | R Documentation |
g_lineplot
tableh_format_row(x, format, labels = NULL)
x |
(named |
format |
(named |
labels |
(named |
A single row data.frame
object.
mean_ci <- c(48, 51)
x <- list(mean = 50, mean_ci = mean_ci)
format <- c(mean = "xx.x", mean_ci = "(xx.xx, xx.xx)")
labels <- c(mean = "My Mean")
h_format_row(x, format, labels)
attr(mean_ci, "label") <- "Mean 95% CI"
x <- list(mean = 50, mean_ci = mean_ci)
h_format_row(x, format, labels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.