Skip to content

Instantly share code, notes, and snippets.

@sergioprates
Last active January 30, 2019 19:20
Show Gist options
  • Save sergioprates/1d5c5de2126a480b39edb35f4648c072 to your computer and use it in GitHub Desktop.
Save sergioprates/1d5c5de2126a480b39edb35f4648c072 to your computer and use it in GitHub Desktop.
vetor <- c(10,15,20)
vetor * 2
# SAÍDA: 20 30 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment