Displaying 1 result from an estimated 1 matches for "muni_code".
Did you mean:
gunicode
2012 Nov 08
2
Help Read File With Odd Characters
...ader. There are
some odd characters at the beginning of the file that are preventing it
from being read by R.
> dfTemp = read.delim(filename)
Error in make.names(col.names, unique = TRUE) :
invalid multibyte string at '<ff><fe>m'
When I view the file with head, I see:
??muni_code parcel_id?
The file is too large to edit in a graphical text editor (gedit). I
tried just dropping the header row with
sed '1 d' <old.txt >new.txt"
but then
> dfTemp = read.delim(filename)
Error in read.table(file = file, header = header, sep = sep, quote =
quote, :
emp...