Description Usage Arguments Value Author(s) Examples
In an automated report, use this function to structure the elements you want to put in each section.
1 2 3 4 5 6 7 8 | getStrInterpret(librisk, riskvar, risk.level = 2,
title.headlevel = risk.level + 1, lang = c("cn", "en"),
suppl = list(posttitle = NULL, pretabBU = NULL, posttabBU = NULL,
prefigAge = NULL, postfigAge = NULL, pretabAge = NULL, posttabAge = NULL,
prefigBU = NULL, postfigBU = NULL, pretabCity = NULL, posttabCity = NULL,
prefigCity = NULL, postfigCity = NULL, pretabTrendBU = NULL,
posttabTrendBU = NULL, prefigTrendBU = NULL, postfigTrendBU = NULL,
ending = NULL), ...)
|
librisk |
Data frame of the health risks |
riskvar |
Variable name of the specific risk |
risk.level |
The level of the risk.
|
title.headlevel |
If |
lang |
Language, "cn" or "en" |
suppl |
A list. Supplemental wording pre- or post- each element of the section. |
... |
A list containing all the wording elements in the list.
Yiying Wang, wangy@aetna.com
1 2 3 4 | ## Not run:
getStrInterpret(libRisk, "Owt", suppl=list(posttitle="Sub title", ending="Close"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.