Displaying 1 result from an estimated 1 matches for "intercapping".
2012 Nov 04
1
what is the function naming convention?
...frame.array, merge.data.frame, write.dcf (etc)
The manual "Creating R Packages" states that it depends on the classes and instances. I couldn't find more hints.
And there's more:
- using underscore characters: check_tzones, Cstack_info, R_system_version (etc)
- using interCapping: closeAllConnections, rawToChar, rowSums, toString, tryCatch, writeLines (etc)
- using dots and intercapping: as.Date, julian.Date, toString.default (etc)
So, an entire zoo of function names.
Did I miss a system, or is it arbitrary (within the set of accepted characters) ?
What is...