ropensci / rfisheries

package for interacting with fisheries databases at openfisheries.org

Home Page:https://docs.ropensci.org/rfisheries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed up functions

karthik opened this issue · comments

The use of ldply() although convenient seems to slow down the step of squashing a list to a .data.frame. Need to rewrite the functions without the use of plyr to speed up the final step.

Completed. Removed all plyr dependencies and sped up functions about 28x.