Skip to content

Instantly share code, notes, and snippets.

@csgallego
Created January 31, 2014 05:27
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 csgallego/8727002 to your computer and use it in GitHub Desktop.
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