Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare any two versions of any aux data #4

Open
randrescastaneda opened this issue Sep 25, 2020 · 1 comment
Open

Compare any two versions of any aux data #4

randrescastaneda opened this issue Sep 25, 2020 · 1 comment
Assignees

Comments

@randrescastaneda
Copy link
Member

randrescastaneda commented Sep 25, 2020

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,

@randrescastaneda
Copy link
Member Author

Hi @ifeanyi588 ,

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 available
df      <- pip_load_aux(measure, version = "available")
df  ## see the returned output is differnet than the one you see in screen. 

# Pick a version
df      <- 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants