render.missing.default | R Documentation |
Called from table1
by default to render missing (i.e.
NA
) values for displaying in the table.
render.missing.default(x, ...)
x |
A vector. |
... |
Further arguments, passed to |
A character
vector. Each element is to be displayed in a
separate cell in the table. The names
of the vector are the
labels to use in the table. Empty strings are allowed and
result in empty table cells.
y <- factor(sample(0:1, 99, replace=TRUE), labels=c("Female", "Male")) y[1:10] <- NA render.missing.default(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.