h_concat_expr | R Documentation |
Deparse an expression into a string
.
h_concat_expr(expr)
expr |
( |
a string
.
expr <- quote({
library(rtables)
basic_table() %>%
split_cols_by(var = "ARMCD") %>%
test_proportion_diff(
vars = "rsp", method = "cmh", variables = list(strata = "strata")
) %>%
build_table(df = dta)
})
h_concat_expr(expr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.