mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
minor adjustments and bug fixing
This commit is contained in:
parent
f094394933
commit
40d95e41c3
14 changed files with 256 additions and 71 deletions
22
man/possibly_roman.Rd
Normal file
22
man/possibly_roman.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/as_factor.R
|
||||
\name{possibly_roman}
|
||||
\alias{possibly_roman}
|
||||
\title{Test if vector can be interpreted as roman numerals}
|
||||
\usage{
|
||||
possibly_roman(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{character vector}
|
||||
}
|
||||
\value{
|
||||
logical
|
||||
}
|
||||
\description{
|
||||
Test if vector can be interpreted as roman numerals
|
||||
}
|
||||
\examples{
|
||||
sample(1:100,10) |> as.roman() |> possibly_roman()
|
||||
sample(c(TRUE,FALSE),10,TRUE)|> possibly_roman()
|
||||
rep(NA,10)|> possibly_roman()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue