Learn R Programming

nhlscrapr (version 1.8)

fold.frames: fold.frames

Description

Collapse a series of data frames with the same columns into one data frame.

Usage

fold.frames(frame.list)

Arguments

frame.list
A list of data frames.

Value

A single data frame with the same columns as the originals.

Details

Most useful with compile.all.games().