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
I assign this task to you, but you can't work on it now since I still need to add a function to retrieve the different versions of the files. I'll let you know when it is ready.
Best,
The text was updated successfully, but these errors were encountered:
The functions to load different versions are ready to be used. Just make sure to install the latest version of pipload by typing this, devtools::install_github('PIP-Technical-Team/pipload') . See the examples below to see how the function version works. Thanks.
measure<-"cpi"# See options availabledf<- pip_load_aux(measure, version="available")
df## see the returned output is differnet than the one you see in screen. # Pick a versiondf<- pip_load_aux(measure, version="pick")
# Load version of "2020-08-07 10:15:48 EDT"df<- pip_load_aux(measure, version="20200807101548")
# Load one version before current one (i.e., load previous version)df<- pip_load_aux(measure, version=-1)
HI @ifeanyi588 ,
I assign this task to you, but you can't work on it now since I still need to add a function to retrieve the different versions of the files. I'll let you know when it is ready.
Best,
The text was updated successfully, but these errors were encountered: