Skip to content

Commit 63694aa

Browse files
i18n fix
1 parent e01e674 commit 63694aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/tables.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ tables = function(mb=type_size, order.col="NAME", width=80L,
6666
}
6767
}
6868
if (!length(found_items)) {
69-
if (!silent) catf("No objects of class data.table exist in %s%s\n",
70-
if (identical(env, .GlobalEnv)) ".GlobalEnv" else format(env),
71-
if (recursive) " (recursively)" else "")
69+
if (!silent) catf("No objects of class data.table exist in %s\n", if (identical(env, .GlobalEnv)) ".GlobalEnv" else format(env))
7270
return(invisible(data.table(NULL)))
7371
}
7472
info = data.table(NAME=vapply_1c(found_items, `[[`, "name"),

0 commit comments

Comments
 (0)