missing_month {sdtmchecks} | R Documentation |
Function to check if month is missing while year and day are non-missing (i.e. would be in the format of "yyyy—dd")
Description
Function to check if month is missing while year and day are non-missing (i.e. would be in the format of "yyyy—dd")
Usage
missing_month(date)
Arguments
date |
date vector (character) in the format 2020-01-20 |
Value
vector
[Package sdtmchecks version 1.0.0 Index]