View source: R/detailed_output.R
do_detailed_output_diet | R Documentation |
Make detailed summary output from a STOMdiet object using a subset of data defined in the control attributes.
do_detailed_output_diet(
diet,
append = TRUE,
to_screen = FALSE,
label,
digits = 1,
rel_weight = FALSE,
write_criteria = FALSE,
transpose = FALSE
)
diet |
data set of class STOMdiet. |
append |
logical, append to output file? |
to_screen |
logical, write results on the screen. |
label |
text included in output. |
digits |
number of significant digits in output. |
rel_weight |
logical for relative or absolute weight. |
write_criteria |
logical, write criteria for sub-setting. |
transpose |
Transpose output table. |
test output.
## Not run: do_detailed_output_diet(stom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.