Non-visible functions: merge.data.table
getAnywhere("merge.data.table")
On Fri, Dec 3, 2010 at 5:38 PM, Ryan Garner
<ryan.steven.garner at gmail.com> wrote:
I've downloaded the "data.table" package from CRAN and R-Forge and still can't utilize merge.data.table for faster merges. How do I make this function visible?
install.packages("data.table",repos="http://R-Forge.R-project.org")
trying URL 'http://R-Forge.R-project.org/src/contrib/data.table_1.5.1.tar.gz' Content type 'application/x-gzip' length 616492 bytes (602 Kb) opened URL
library(data.table) methods(merge)
[1] merge.data.frame ?merge.data.table* merge.default ? Non-visible functions are asterisked -- View this message in context: http://r.789695.n4.nabble.com/Non-visible-functions-merge-data-table-tp3071879p3071879.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Jim Holtman Data Munger Guru What is the problem that you are trying to solve?