View source: R/extract.from.table.r
1 2 | extract.from.table(variable, level = NULL, strata = "overall",
format = "%.0f", data_object, table_object)
|
variable |
The variable on which to extract data. No default. |
level |
The variable level on which to extract data. Defaults to NULL. |
strata |
The name of the strata from which to extract data. Defaults to "overall". |
format |
The format to use when formatting the numbers as characters. Defaults to " \itemdata_objectThe data object. No default. \itemtable_objectThe table object. No default |
Extracts and formats data from supplied table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.