45
« Last post by Darth Knight on September 08, 2023, 10:41:59 am »
I've received a few emails concerning sorting.
Since it's a character vector, standard sorting won't yield the desired results.
While there might be a specific R function that can address this,
we can visually inspect the order of dates and manually manipulate
the vector with a subsetting operator to incorporate the new observations.
This approach should suffice to answer the question.