Skip to content
Prev 273256 / 398506 Next

The use of period in function names and variable names

Hi,
On Tue, Oct 4, 2011 at 12:19 AM, Smart Guy <smartguy3k at gmail.com> wrote:
Yes you can.
Not really.

For the most part, you can use this pattern as you like. One thing to
keep in mind is that S3 method dispatch matches methods based on a
METHOD_NAME.OBJECT_CLASS pattern.

If you want to know more about the S3 stuff, you can start at ?UseMethod.

-steve