Skip to content

Instantly share code, notes, and snippets.

@pbaylis
Created May 27, 2019 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbaylis/368bd67fd3c9813ad28b826b9ca512d4 to your computer and use it in GitHub Desktop.
Save pbaylis/368bd67fd3c9813ad28b826b9ca512d4 to your computer and use it in GitHub Desktop.
Pad integers with zeroes
x <- c(5, 15, 2015)
sprintf(sprintf("%03d", x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment