here is the lubridate code (where yrv2#month is my column of two digit month numbers) which results in the following error......
yrv2$month_name <- month(ymd(paste0("2022-", yrv2$month, "-01")), label = FALSE)
Error in month(ymd(paste0("2022-", yrv2$month, "-01")), label = FALSE) :
unused argument (label = FALSE)