r-hyperspec / hyperSpec

hyperSpec: Tools for Spectroscopy (R package)
https://r-hyperspec.github.io/hyperSpec/
GNU General Public License v3.0
12 stars 3 forks source link

Rename `as.*()` → `as_*()` #49

Open GegznaV opened 3 years ago

GegznaV commented 3 years ago

I suggest renaming hyperSpec specific as.*() functions by replacing . with _

Current name Rename to Alternative Note
as.wide.df as_wide_df as_df_wide() as_df_*() makes the 3 functions to have the same prefixed pattern
as.long.df as_long_df as_df_long()
as.t.df as_t_df as_df_t() what does t mean? Tall? Transposed? @cbeleites
as.hyperSpec as_hyperSpec