Description Usage Arguments Value Examples
Single target scale function calling external dataframe.
1 2 | ip_scale(datatable, target, series_start = "value",
series_target = "value")
|
datatable |
A dataframe of values to be scaled to target. |
target |
A dataframe of target subtotals over one or more dimensions. |
series_start |
The name of the series in |
series_target |
The name of the |
A dataframe with the same dimensionality as datatable
, with series_start
scaled to the subtotals specified by series_target
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.