Closed sigmafelix closed 8 months ago
That is good with me. I implemented something similar with the process_gmted
data where the statistic and resolution are a two character vector (ie. variable = c("Breakline Emphasis", "7.5 arc seconds")
).
Passing the two dates into the already created generate_date_sequence()
and/or generate_time_sequence()
functions, and then taking the first/last observation of each, could reduce the workload to get this done.
Done by #26
We have two sets of temporal arguments in
amadeus
functions (i.e.,process_*
functions):date
ordate_start
/date_end
. How about takingdate
ascharacter(2)
(orDate(2)
/POSIXct(2)
) in functions whichdate_start
anddate_end
are used? I will convert these once we will find a consensus.