quarter() function is giving Error in as.POSIXlt.default(x, tz = tz(x)) : do not know how to convert ‘x’ to class “POSIXlt”
I’m attempting to create a table counting the number of people engaged with per fiscal quarter using the quarter()
function of the lubridate
package.