powered by
Pivot the estimates as new columns in result table.
pivotEstimates(result, pivotEstimatesBy = "estimate_name", nameStyle = NULL)
A tibble.
A <summarised_result>.
<summarised_result>
Names from which pivot wider the estimate values. If NULL the table will not be pivotted.
Name style (glue package specifications) to customise names when pivotting estimates. If NULL standard tidyr::pivot_wider formatting will be used.
result <- mockSummarisedResult() result |> pivotEstimates()
Run the code above in your browser using DataLab