Skip to content

Commit 2c28470

Browse files
committed
Update missing.md
1 parent 9f8fefd commit 2c28470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/man/missing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ The following functions are also exported by InMemoryDatasets:
115115
* `lag!` : Replace its input with a lag-k values
116116
* `lead` : Create a lead-k of the provided vector
117117
* `lead!` : Replace its input with a lead-k values
118-
* `topk` : Return top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`. It can also return the indices of the top(bottom) k values.
118+
* `topk` : Return top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`.
119+
* `topkperm` : Return the indices of top(bottom) k values of a vector. It ignores `missing` values, unless all values are `missing` which it returns `[missing]`.
119120

120121
and the following functions are not exported but are available via `dot` notation:
121122

0 commit comments

Comments
 (0)