# benchmark identical_all()
library(bench)
library(rwmisc)
x <- runif(1e6)
y <- x
l <- list(x, y)
bench::mark(
identical(x, y),
identical_all(l)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.