Skip to content

Commit 315e3be

Browse files
Another wording improvement by Ben
Co-authored-by: Benjamin Schwendinger <[email protected]>
1 parent 859a1d2 commit 315e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-programming.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ DT[, fun(Petal.Width), env = list(fun = "mean"), verbose=TRUE]
387387

388388
Users will usually want to substitute the function name rather than inserting the actual function body. Therefore, the second approach (passing a character string) is often preferred.
389389

390-
In case of any doubts on the `env` interface functioning user is advised to look at `verbose` output.
390+
In case of any doubts on the `env` interface functioning, set `verbose = TRUE` to inspect how expressions are resolved internally.
391391

392392
## Retired interfaces
393393

0 commit comments

Comments
 (0)