expand.grid.df {reshape}R Documentation

expand grid

Description

expand grid of data frames

Usage

expand.grid.df(df1, df2, unique=TRUE)

Arguments

df1 data frame 1 (varies fastest)
df2 data frame 2
unique

Details

Creates new data frame containing all combination of rows from df1 and df2.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.6.1 Index]