cfun_by_flag {tern} | R Documentation |
Constructor for content functions given a data frame with flag input
Description
This can be useful for tabulating model results.
Usage
cfun_by_flag(analysis_var, flag_var, format = "xx", .indent_mods = NULL)
Arguments
analysis_var |
( |
flag_var |
( |
format |
( |
Value
A content function which gives df$analysis_var
at the row identified by
.df_row$flag
in the given format.
[Package tern version 0.9.6 Index]