Description Usage Arguments See Also Examples
This is intended to be called after input
. It checks sums for
"Ind" and "Comm" separately, based on grouping supplied by the dots argument.
1 | check_implan_sums(dat, filename, ..., print_compare = FALSE)
|
dat |
data frame with spending by sector with 4 required columns: group ("Ind" or "Comm"), sector (numeric), retail ("Yes" or "No"), spend (numeric) |
filename |
file path for output excel file |
... |
Optional grouping variables (unquoted) for separating sheets across one or more dimensions |
print_compare |
If TRUE, show comparison between the 2 summaries |
Other functions for implan input:
input_header()
,
input_prep()
,
input_write()
,
input()
1 | # see ?input_prep
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.