You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item{mb}{ afunctionwhichacceptsa \code{data.table} andreturnsitssizeinbytes.Bydefault, \code{type_size} (sameas \code{TRUE}) providesafastlowerboundbyexcludingthesizeofcharacterstringsinR's global cache (which may be shared) and excluding the size of list column items (which also may be shared). A column \code{"MB"} is included in the output unless \code{FALSE} or \code{NULL}. }
\item{env}{ An \code{environment}, typically the \code{.GlobalEnv} by default, see Details. }
16
17
\item{silent}{ \code{logical}; should the output be printed? }
17
18
\item{index}{ \code{logical}; if \code{TRUE}, the column \code{INDICES} is added to indicate the indices assorted with each object, see \code{\link{indices}}. }
19
+
\item{recursive}{ \code{logical}; if \code{TRUE}, \code{tables} will perform a full,
20
+
iterative search into list objects to find nested data.tables.
21
+
Defaults to \code{FALSE} for backward compatibility. }
18
22
}
19
23
\details{
20
24
Usually \code{tables()} is executed at the prompt, where \code{parent.frame()} returns \code{.GlobalEnv}. \code{tables()} may also be useful inside functions where \code{parent.frame()} is the local scope of the function; in such a scenario, simply set it to \code{.GlobalEnv} to get the same behaviour as at prompt.
0 commit comments