uptake / groundhog

Service and client libraries for interacting with SRTM elevation data
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Rename R function from AppendSlopeFeatures to append_slope_features #25

Closed jayqi closed 5 years ago

jayqi commented 5 years ago

I propose we rename the R function AppendSlopeFeatures to append_slope_features to match the interface of the Python package.

Lower-snake-case is also a commonly used style in R, e.g., see Tidyverse style guide, so I think most R users may find this change to even be an improvement.

This PR makes progress towards #13