Renders a bar chart with a label on the left.
rt_bar_cell(value, variable, color, background = "#e1e1e1")
| value | Cell's value. |
|---|---|
| variable | dataframe's variable |
| color | String containing color. |
| background | String containing color to be used as background. Can be set to NULL if no background is needed. |
Values aligned to the left and a barplot on its right.