import.pqmethod(file, ...)
read.table
and read.fwf
.If the following error occurs: 'invalid multibyte string'
, a possible solution is to either set the right file encoding with the argument fileEncoding
or inspect the file for uncommon characters (see details in read.table
).
File descriptions in PQMethod Manual: