Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 12, 2019 09:32
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 akshat3096/b7fd136229ee2923d96b3ac2b19fa14d to your computer and use it in GitHub Desktop.
Save akshat3096/b7fd136229ee2923d96b3ac2b19fa14d to your computer and use it in GitHub Desktop.
x <- c("Apple", "Banana", "Pear")
str_sub(x, 1, 3)
> "App" "Ban" "Pea" #output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment