-
Notifications
You must be signed in to change notification settings - Fork 2
Description
From @wetlandscapes email:
How many of the underlying functions should we expose to the user? That is, this package really only has one function that a user will likely care about: datapie_shiny(). But if you look at the documentation, there are a bunch of other (very crafty) functions. However, if we want to encourage use of this package, it may be worth simplifying the R interface by just focusing in on a single datapie_shiny function (and possibly renaming the function to just datapie to help enforce its singular utility). This would also have the benefit of reducing conflicts between other packages (which is generally a good thing). That said, I think internal documentation of functions is still very worth it (for development sanity). Anyhoo, just some thoughts.