strip.dups {reshape}R Documentation

Strip duplicates.

Description

Strips out duplicates from data.frame and replace them with blanks.

Usage

strip.dups(df)

Arguments

df

data.frame to modify

Value

character matrix

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package reshape version 0.8.9 Index]