hrecht / censusapi

R package to retrieve U.S. Census data and metadata via API
https://www.hrecht.com/censusapi/
169 stars 30 forks source link

Standardize and simplify function names to snake_case #94

Open hrecht opened 5 months ago

hrecht commented 5 months ago

getCensus() becomes get_census(), listCensusApis() becomes list_apis().

Old function names will continue to be available for a long period of time (a year?) so that old user code does not break. Messages in the console will recommend that users migrate to the new function names.

Changes and communication will comply with tidyverse standards.