renkun-ken / rlist

A Toolbox for Non-Tabular Data Manipulation
Other
204 stars 28 forks source link

Rename functions to `list_*` #129

Open renkun-ken opened 4 years ago

renkun-ken commented 4 years ago

The exported functions are unfortunately named list.*. It is generally not recommended since they could lead to conflict with S3 method dispatch and might look confusing as well.

We'll probably rename all the functions to list_* while old names are kept and produce a warning message of deprecation in the next stage, and they will be removed later.