View source: R/pivotEstimates.R
pivotEstimates | R Documentation |
Pivot the estimates as new columns in result table.
pivotEstimates(result, pivotEstimatesBy = "estimate_name", nameStyle = NULL)
result |
A |
pivotEstimatesBy |
Names from which pivot wider the estimate values. If NULL the table will not be pivotted. |
nameStyle |
Name style (glue package specifications) to customise names when pivotting estimates. If NULL standard tidyr::pivot_wider formatting will be used. |
A tibble.
result <- mockSummarisedResult()
result |> pivotEstimates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.