Re: [Rd] S3 generic method dispatch on promises

2015-01-16 Thread Duncan Murdoch
On 16/01/2015 3:02 PM, Paul Johnson wrote: > Dear R friends > > I wanted a function to make a simple percent table that would be easy for > students to use. The goal originally was to have a simple thing people > would call like this > > pctable(rowvar, colvar, data) > > and the things "rowvar"

[Rd] S3 generic method dispatch on promises

2015-01-16 Thread Paul Johnson
Dear R friends I wanted a function to make a simple percent table that would be easy for students to use. The goal originally was to have a simple thing people would call like this pctable(rowvar, colvar, data) and the things "rowvar" and "colvar" might be names of variables in data. I wanted to