Displaying 2 results from an estimated 2 matches for "pathtomyfil".
Did you mean:
pathtomyfile
2010 Jul 28
2
read.delim()
I am reading in a very large file with names in it and R is truncating the number of rows it reads in. The separator in this file is a pipe '|' and so I use
dat <- read.delim('pathToMyFile', header= TRUE, sep='|')
It turns out that it is reading up to row 61145 and stopping and I think I see why, but am not sure of the best solution to this problem. I see the name of the person in the next row has a quote in it, such as:
Joe Sm"ith
I *think* this is causing a pro...
2007 Nov 07
1
Incomplete dir listing (ext2fs / FreeBSD)
...ectory listing from a
Windows client. I see files with number 0150 down to 0122.
With log level = 10 the following entries show up in the log files,
which I hope are the most relevant ones:
[2007/11/06 23:42:45, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
get_lanman2_dir_entry found private
<pathtomyfiles>/tmp2/file-0022.file fname=file-0022.file
(this is the last file which I see in the directory listing)
[2007/11/06 23:42:45, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
get_lanman2_dir_entry found <pathtomyfiles>/tmp2/file-0021.file
fname=file-0021.file
(this one is not shown in th...