Created
April 24, 2019 07:58
-
-
Save verajosemanuel/c19ff23631c34411dbe90b5bbc7d0701 to your computer and use it in GitHub Desktop.
extract #dates from #timeseries object in #R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transform(df, index = as.Date(index, frac = 1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment