as.roman with option to suppress warnings for NA coercion
Usage
as_roman(x, quiet = TRUE)
Arguments
- x
a numeric or character vector of arabic or roman numerals.
- quiet
If TRUE
, suppress warnings about creation of NA values through
coercion of object types. Default to TRUE
.