stRoke/man/cpr_female.Rd
2022-09-26 13:59:05 +02:00

23 lines
480 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cpr_tools.R
\name{cpr_female}
\alias{cpr_female}
\title{Determine female sex from CPR}
\usage{
cpr_female(cpr)
}
\arguments{
\item{cpr}{Vector. cpr-numbers as ddmmyy"-."xxxx or ddmmyyxxxx. Also mixed formatting. Vector or data frame column.}
}
\value{
Logical vector
}
\description{
Just checking if last number of a string is equal or not.
}
\examples{
data(cprs)
cpr_female(cprs[,1])
}
\keyword{cpr}