ggstatsplot (version 0.0.5)

untable: Untable a dataset

Description

Given a tabulated dataset, this will untabulate it by repeating each row by the number of times it was repeated.

Usage

untable(data, counts)

Arguments

data

A data.frame to untable.

counts

A column containing counts.