Adding dependency on data.table to code.

This commit is contained in:
avimallu
2021-02-15 07:56:00 +05:30
committed by GitHub
parent 3ac3f25f6c
commit d89446f9b7

View File

@@ -1,3 +1,5 @@
require(data.table)
decile_dt <- function(x, ile = 10, decreasing = TRUE) {
# x should be a numeric vector