missing_month: Function to check if month is missing while year and day are...

View source: R/utils.R

missing_monthR 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


sdtmchecks documentation built on Sept. 11, 2024, 9:34 p.m.