Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Created April 24, 2019 07:58
Show Gist options
  • Save verajosemanuel/c19ff23631c34411dbe90b5bbc7d0701 to your computer and use it in GitHub Desktop.
Save verajosemanuel/c19ff23631c34411dbe90b5bbc7d0701 to your computer and use it in GitHub Desktop.
extract #dates from #timeseries object in #R
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