Skip to content

Instantly share code, notes, and snippets.

@csgallego
Created January 31, 2014 05:27
Show Gist options
  • Select an option

  • Save csgallego/8727002 to your computer and use it in GitHub Desktop.

Select an option

Save csgallego/8727002 to your computer and use it in GitHub Desktop.
visitee=paste(visits$visitee_namefirst,visits$visite_namelast)
visitee=tolower(iconv(visitee,to=“UTF-8”)
tail(sort(table(visitee)), 30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment