Skip to content

Instantly share code, notes, and snippets.

@knapply
Created November 5, 2018 18:54
Show Gist options
  • Save knapply/c8436ed4ce1e7aa7db0ba93e3a97b542 to your computer and use it in GitHub Desktop.
Save knapply/c8436ed4ce1e7aa7db0ba93e3a97b542 to your computer and use it in GitHub Desktop.
R: length built-in
r_vector <- 1:20
length(r_vector)
#> [1] 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment