Skip to content
Prev 46881 / 63421 Next

read.table() with quoted integers

On 13-10-04 7:31 AM, Joshua Ulrich wrote:
And this does suggest a workaround for ffdf:  instead of declaring the 
class to be "integer", declare a class "ffdf_integer", and write a 
conversion method.  Or simply read everything as character and call 
as.integer() explicitly.

Duncan Murdoch