make_mock_data | R Documentation |
Make mock data for display shells
make_mock_data(tfrmt, .default = 1:3, n_cols = NULL)
tfrmt |
tfrmt object |
.default |
Number of unique levels to create for group/label values set to ".default" |
n_cols |
Number of columns in the output table (not including
group/label variables). If not supplied it will default to using the
|
tibble containing mock data
tfrmt_spec <- tfrmt(
label = label,
column = column,
param = param,
value=value,
body_plan = body_plan(
frmt_structure(group_val=".default", label_val=".default", frmt("xx.x"))
)
)
make_mock_data(tfrmt_spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.