Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86483 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Apr 24, 2024
1 parent cd94cda commit faa2ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/utils/man/write.table.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% File src/library/utils/man/write.table.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2014 R Core Team
% Copyright 1995-2024 R Core Team
% Distributed under GPL 2 or later

\name{write.table}
Expand Down Expand Up @@ -110,7 +110,7 @@ write.csv2(\dots)
e.g.\sspace{}\code{file = file("filename", "wb")}.
}
\section{CSV files}{
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
\code{col.names = NA} and \code{row.names = TRUE} a blank column name
is added, which is the convention used for CSV files to be read by
spreadsheets. Note that such CSV files can be read in \R by
Expand Down

0 comments on commit faa2ca5

Please sign in to comment.