sym_diff_month function

get symmetric difference of months from two vector of R-format dates

get symmetric difference of months from two vector of R-format dates

sym_diff_month evaluates the symmetric difference between two sets of R-formatted date

sym_diff_month(Rdate1, Rdate2)

Arguments

  • Rdate1, Rdate2: R-formatted R dates. See as.Date()

Returns

NULL if no difference; the set of different months otherwise.

  • Maintainer: Zhenke Wu
  • License: MIT + file LICENSE
  • Last published: 2024-01-30