context("Utilities") test_that("Returns the percent rank",{ x <- (1:5) expect_equal(perc_rank(x),c(0.2, 0.4, 0.6, 0.8, 1)) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.