Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

keyval(key, value) always return keyval(key, 5.304989e-315)

12 views
Skip to first unread message

Qing Duan

unread,
Oct 25, 2013, 6:48:17 PM10/25/13
to rha...@googlegroups.com
For example: 

map <- function(k,lines) {

  words.list <- strsplit(lines, '\\s')

  words <- unlist(words.list)

  keyval(words,1)

}

It actually returned keyval(words, 5.304989e-315)

Does anybody know why?


Thank you very much,

Qing

Antonio Piccolboni

unread,
Oct 25, 2013, 6:53:24 PM10/25/13
to rha...@googlegroups.com
Hi,
I suspect a 32 bit architecture. In that case, please switch to a 64 bit architecture. 

Antonio
Reply all
Reply to author
Forward
0 new messages