@@ -190,7 +190,7 @@ read.delim2(file, header = TRUE, sep = "\t", quote = "\"",
190
190
encoding used on a file when given as a character string (not on an
191
191
existing connection ) so the character data can
192
192
be re - encoded. See the \sQuote {Encoding } section of the help for
193
- \code {\link {file }}, the \ sQuote { R Data Import / Export } manual and
193
+ \code {\link {file }}, \ manual { R - data }{ Variations on read.table }, and
194
194
\sQuote {Note }.
195
195
}
196
196
@@ -288,8 +288,8 @@ read.delim2(file, header = TRUE, sep = "\t", quote = "\"",
288
288
289
289
\section {Memory usage }{
290
290
These functions can use a surprising amount of memory when reading
291
- large files. There is extensive discussion in the \ sQuote { R Data
292
- Import / Export } manual , supplementing the notes here.
291
+ large files. There is extensive discussion in the manual \ manual { R - data }{},
292
+ supplementing the notes here.
293
293
294
294
Less memory will be used if \code {colClasses } is specified as one of
295
295
the six \link {atomic } vector classes. This can be particularly so when
@@ -323,7 +323,7 @@ read.delim2(file, header = TRUE, sep = "\t", quote = "\"",
323
323
}
324
324
325
325
\seealso {
326
- The \ sQuote { R Data Import / Export } manual .
326
+ The manual \ manual { R - data }{} .
327
327
328
328
\code {\link {scan }}, \code {\link {type.convert }},
329
329
\code {\link {read.fwf }} for reading \emph {f }ixed \emph {w }idth
0 commit comments