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 11, 2024. It is now read-only.
put out STIDF (Irregular (long table)) in getDataAsST
getObservation(..) returns still a data.frame, internal structure we know
option
if we're requesting features first (GetFOI), and then timeseries, then we can also put out full (STFDF, all timeseries measure at the same point in time) or sparse datasets (STSDF), use xts::merge(..) which fills up missing values
The text was updated successfully, but these errors were encountered:
getDataAsST
getObservation(..)
returns still adata.frame
, internal structure we knowxts::merge(..)
which fills up missing valuesThe text was updated successfully, but these errors were encountered: