Skip to content

Commit faa2ca5

Browse files
author
smeyer
committed
tweak wording
git-svn-id: https://svn.r-project.org/R/trunk@86483 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent cd94cda commit faa2ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/library/utils/man/write.table.Rd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/utils/man/write.table.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2014 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{write.table}
@@ -110,7 +110,7 @@ write.csv2(\dots)
110110
e.g.\sspace{}\code{file = file("filename", "wb")}.
111111
}
112112
\section{CSV files}{
113-
By default there is no column name for a column of row names. If
113+
By default, \code{write.table} does not output a column name for a column of row names. If
114114
\code{col.names = NA} and \code{row.names = TRUE} a blank column name
115115
is added, which is the convention used for CSV files to be read by
116116
spreadsheets. Note that such CSV files can be read in \R by

0 commit comments

Comments
 (0)