replace_num_in_expr {flowchart} | R Documentation |
replace_num_in_expr
Description
Helper function for 'update_numbers()'.
Usage
replace_num_in_expr(expr, row, big.mark)
Arguments
expr |
expression in 'fc$text'. |
row |
A row from the 'fc' object containing 'n', 'N', and 'perc' values. |
big.mark |
character. Used to specify the thousands separator for patient count values. |
[Package flowchart version 0.8.0 Index]