ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

Use generic param names for S4 dispatch params #42

Closed gothub closed 8 years ago

gothub commented 8 years ago

Especially for the first param in a S4 generic definition, use a name that is sufficiently generic enough to handle all potential implementations, so for the 1st parameter, use 'x' as this could be potentially any data type.

gothub commented 8 years ago

Updated in commit 7457e2beeba93c6794541abfa2ee9603969ffed6