Displaying 2 results from an estimated 2 matches for "fileconnect".
2011 Mar 13
2
Problems getting html files out of R CMD check
...re_Rd: CellProfile-R-package.Rd:43: Dropping empty section \seealso
prepare_Rd: CellProfile-R-package.Rd:44: Dropping empty section \examples
prepare_Rd: createUnifiedTable.Rd:59-61: Dropping empty section \note
prepare_Rd: createUnifiedTable.Rd:53-55: Dropping empty section \references
prepare_Rd: fileConnect.Rd:47-49: Dropping empty section \note
prepare_Rd: fileConnect.Rd:41-43: Dropping empty section \references
prepare_Rd: fileConnect.Rd:53-55: Dropping empty section \seealso
prepare_Rd: loadTable.Rd:29-31: Dropping empty section \details
prepare_Rd: loadTable.Rd:41-43: Dropping empty section \note...
2009 Mar 23
3
read in large data file (tsv) with inline filter?
I have a very large tab-delimited file, too big to store in memory via
readLines() or read.delim(). Turns out I only need a few hundred of those
lines to be read in. If it were not so large, I could read the entire file
in and "grep" the lines I need. For such a large file; many calls to
read.delim() with incrementing "skip" and "nrows" parameters, followed by
grep()