Skip to content

Instantly share code, notes, and snippets.

@darokun
Created February 6, 2018 08:31
Show Gist options
  • Save darokun/725b6fb2724880583b31e772175406e8 to your computer and use it in GitHub Desktop.
Save darokun/725b6fb2724880583b31e772175406e8 to your computer and use it in GitHub Desktop.
Has the Berlin Wall been down longer than it stood? By how much?
construction <- as.Date("1961-08-13")
fall <- as.Date("1989-11-09")
now <- as.Date("2018-02-06")
now-fall > fall-construction
fall-construction
now-fall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment