Controlling the ordering of the output of dplyr::group_split
I have split up a dataframe into a list of sub-dataframes (sub_dfs) using dplyr::group_split. These sub_dfs contain data which I then create a separate plot for each. However, I want to create these plots in a specific order.