untable {reshape}R Documentation

Untable a dataset

Description

Given a tabulated dataset (or matrix) this will untabulate it

Usage

untable(df, num)

Arguments

df matrix or data.frame to untable
num vector of counts (of same length as df)

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.8.0 Index]