Skip to content

Instantly share code, notes, and snippets.

@andrewbtran
Created June 12, 2015 01:05
Show Gist options
  • Save andrewbtran/9acf9fd2cae7470082e7 to your computer and use it in GitHub Desktop.
Save andrewbtran/9acf9fd2cae7470082e7 to your computer and use it in GitHub Desktop.
head and foot in R
# Look at the first five rows in the Console
head(earnings)
# Alternatively, to look at the last five rows
foot(earnings
@martinctc
Copy link

I think you meant to put tail(earnings)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment