possibly_roman | R Documentation |
Test if vector can be interpreted as roman numerals
possibly_roman(data)
data |
character vector |
logical
sample(1:100, 10) |>
as.roman() |>
possibly_roman()
sample(c(TRUE, FALSE), 10, TRUE) |> possibly_roman()
rep(NA, 10) |> possibly_roman()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.