Skip to content

Commit 010c238

Browse files
committed
Fix footnote
1 parent 9a49b1d commit 010c238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/datatable-sd-usage.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Pitching[ , .SD, .SDcols = c('W', 'L', 'G')]
8383
This is just for illustration and was pretty boring. In addition to accepting a character vector, `.SDcols` also accepts:
8484

8585
1. any function such as `is.character` to filter _columns_
86-
2. the function^{*} `patterns()` to filter _column names_ by regular expression
86+
2. the function[^*] `patterns()` to filter _column names_ by regular expression
8787
3. integer and logical vectors
8888

89-
*see `?patterns` for more details
89+
[^*]: see `?patterns` for more details
9090

9191
This simple usage lends itself to a wide variety of highly beneficial / ubiquitous data manipulation operations:
9292

0 commit comments

Comments
 (0)