We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd94cda commit faa2ca5Copy full SHA for faa2ca5
src/library/utils/man/write.table.Rd
@@ -1,6 +1,6 @@
1
% File src/library/utils/man/write.table.Rd
2
% Part of the R package, https://www.R-project.org
3
-% Copyright 1995-2014 R Core Team
+% Copyright 1995-2024 R Core Team
4
% Distributed under GPL 2 or later
5
6
\name{write.table}
@@ -110,7 +110,7 @@ write.csv2(\dots)
110
e.g.\sspace{}\code{file = file("filename", "wb")}.
111
}
112
\section{CSV files}{
113
- By default there is no column name for a column of row names. If
+ By default, \code{write.table} does not output a column name for a column of row names. If
114
\code{col.names = NA} and \code{row.names = TRUE} a blank column name
115
is added, which is the convention used for CSV files to be read by
116
spreadsheets. Note that such CSV files can be read in \R by
0 commit comments