An untidy dataframe is given The values are given through various dates, I want to seek all values from a specific financial year for consistency.
I have tried arrange() and group by() but I cannot decide if I should group the dates I need into a vector first or just use the column values.