FantasyFootballAnalytics / FantasyFootballAnalyticsR

R scripts and data files for the Fantasy Football Analytics website
http://fantasyfootballanalytics.net/
451 stars 1.58k forks source link

error--rbind.fill #1

Closed joikd2 closed 10 years ago

joikd2 commented 10 years ago

I get this error when running a few of the site projection scripts: Error: could not find function "rbind.fill"

isaactpetersen commented 10 years ago

That's a function of the 'plyr' package. You can get it to work by adding the following line to the script: library("plyr")