Closed:problems with mclapply function
1
0
Entering edit mode
7.0 years ago
Lila M ★ 1.2k

I every body, I'm trying to analyzed some data. I used the function mclapply ad follow

res <- mclapply(dir(pattern="*.txt", full.names=TRUE), function(fil){
                     read.delim(fil, header=FALSE, stringsAsFactors=FALSE)
                 }, mc.cores=16)

And I got the follow error

Error: could not find function "mclapply"

does any body know what's going on?

Thanks!

RNA-Seq lapply • 136 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2701 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6