in R, add the value of a column (rowwise) to any column that is named as a date (and output the result as a date)
I am attempting to write what should be simple code to add the value of a data frame column to a date in another column using across() to find all columns with the suffix “_date”.