Skip to content

Commit 9710377

Browse files
committed
fix duplicate chunk name
1 parent 709efeb commit 9710377

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
@@ -403,7 +403,7 @@ fun(DT, col.mean="Petal.Length")
403403

404404
If the outer function itself follows NSE (Non-Standard Evaluation) rules, then it has to resolve language objects the same way as when passing its arguments to any other SE function.
405405

406-
```{r env_se}
406+
```{r env_nse}
407407
fun = function(x, col.mean) {
408408
col.mean = substitute(col.mean)
409409
stopifnot(is.name(col.mean), is.data.table(x))

0 commit comments

Comments
 (0)