View source: R/as_model_out_tbl.R
as_model_out_tbl | R Documentation |
model_out_tbl
class object.Convert model output to a model_out_tbl
class object.
as_model_out_tbl(
tbl,
model_id_col = NULL,
output_type_col = NULL,
output_type_id_col = NULL,
value_col = NULL,
sep = "-",
trim_to_task_ids = FALSE,
hub_con = NULL,
task_id_cols = NULL,
remove_empty = FALSE
)
tbl |
a |
model_id_col |
character string. If a |
output_type_col |
character string. If an |
output_type_id_col |
character string. If an |
value_col |
character string. If a |
sep |
character string. Character used as separator when concatenating
|
trim_to_task_ids |
logical. Whether to trim |
hub_con |
a |
task_id_cols |
a character vector of column names. Only used if
|
remove_empty |
Logical. Whether to remove columns containing only |
A model_out_tbl
class object.
as_model_out_tbl(hub_con_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.