Skip to content

Commit 770e80b

Browse files
authored
Add spaces after commas in usage (#6823)
1 parent f9cf2a1 commit 770e80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/setattr.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
In \code{data.table}, all \code{set*} functions change their input \emph{by reference}. That is, no copy is made at all, other than temporary working memory which is as large as one column. The only other \code{data.table} operator that modifies input by reference is \code{\link{:=}}. Check out the \code{See Also} section below for other \code{set*} function that \code{data.table} provides.
77
}
88
\usage{
9-
setattr(x,name,value)
10-
setnames(x,old,new,skip_absent=FALSE)
9+
setattr(x, name, value)
10+
setnames(x, old, new, skip_absent=FALSE)
1111
}
1212
\arguments{
1313
\item{x}{ \code{setnames} accepts \code{data.frame} and \code{data.table}. \code{setattr} accepts any input; e.g, list, columns of a \code{data.frame} or \code{data.table}. }

0 commit comments

Comments
 (0)