Skip to content

Instantly share code, notes, and snippets.

@jeffreyiacono
Created December 19, 2012 02:48
Show Gist options
  • Select an option

  • Save jeffreyiacono/4333956 to your computer and use it in GitHub Desktop.

Select an option

Save jeffreyiacono/4333956 to your computer and use it in GitHub Desktop.
some random R stuff

Some R Stuff

with => temporary attach table and xtabs => summarize data attach => ex. customer_payments$amount_cents

... same as ...

attach(customer_payments) amount_cents # works!

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