tidy.summarised_result | R Documentation |
<summarised_result>
object into a tidy tibble
Provides tools for obtaining a tidy version of a <summarised_result>
object.
This tidy version will include the settings as columns, estimate_value
will
be pivotted into columns using estimate_name
as names, and group, strata,
and additional will be splitted.
If you want to customise these tidy operations, please use
tidySummarisedResult()
.
## S3 method for class 'summarised_result'
tidy(x, ...)
x |
A |
... |
For compatibility (not used). |
A tibble.
result <- mockSummarisedResult()
result |> tidy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.