Is there a way to store time data in R in a class that only handles time (without dates)? I don\'t need to include dates and I feel it will take up extra memory and visualiz
As my previous comment, here an example of period class from the lubridate package, which I think it might be useful for you. For more information just ?Period-class.