This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
R-Bloggers
r-bloggers.bsky.social
did:plc:vp33iulfrhmexder6odky774
[R] data.table’s frank()
"Zhenguo Zhang's Blog /2025/04/12/r-data-table-s-frank/ -
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE)
library(knitr)
library(data.table)
One can use data.table::frank() to rank the rows of a data.table or simply
a vector. Comp...
Continue read..."
2025-04-13T03:03:46.680Z