Is there an easy way to isolate a given interval of dates that are in YYYY-MM-DD format in a data frame? Like only including dates between 2005-2014 and removing the rest from the data frame
is there a way to integrate regex into this or is it way too hard?