'Convert ISO Date to UNIX Date in R

I have a dataframe with a date column with values in this format 2020-12-28T13:50:00.000+0000. I need to convert this to UNIX timestamp. How can I do this in R ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source