Skip to content

Commit 87ffd7f

Browse files
Merge branch 'master' into new_branch
2 parents aca5688 + 770e80b commit 87ffd7f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
226 Bytes
Binary file not shown.

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}. }

po/R-pt_BR.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,14 +1645,12 @@ msgstr ""
16451645
"do lado direito excede 1e4, causando problemas de memória."
16461646

16471647
#: data.table.R:3306
1648-
#, fuzzy
16491648
msgid "Optimized subsetting with key %s"
1650-
msgstr "Subconjunto otimizado com chave %s"
1649+
msgstr "Obtendo subconjunto de forma otimizada com chave %s"
16511650

16521651
#: data.table.R:3325 data.table.R:3337
1653-
#, fuzzy
16541652
msgid "Optimized subsetting with index '%s'"
1655-
msgstr "Subconjunto otimizado com índice '%s'"
1653+
msgstr "Obtendo subconjunto de forma otimizada com índice '%s'"
16561654

16571655
#: data.table.R:3332
16581656
msgid "Creating new index '%s'"

0 commit comments

Comments
 (0)