You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
gives me a dataframe in super-wide format: one observation with all time+value pairs are variables. I find this rather difficult to clean with e.g. tidyr.
Note that this might not be an issue, rather some kind of misunderstanding from my side.
P.S. Great package BTW!
The text was updated successfully, but these errors were encountered:
I had completely missed this, sorry! I remember to have been struggling with this as well, would probably make sense to do at least some tidying within the package already.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to process the response from fmi::observations::mareograph::timevaluepair query with only one parameter (watlev).
produces a 1-feature spatialPointsDataframe, so
gives me a dataframe in super-wide format: one observation with all time+value pairs are variables. I find this rather difficult to clean with e.g. tidyr.
Note that this might not be an issue, rather some kind of misunderstanding from my side.
P.S. Great package BTW!
The text was updated successfully, but these errors were encountered: