Making dbplot_boxplot appear in NAMESPACE again
Fixed a roxygen comment that was preventing dbplot_boxplot from being added to NAMESPACE. Because the example was after the @export the function wasn't getting added, so it wasn't accessible. As an extra bonus the example now shows up in the documentation correctly.
@edgararuiz any chance this can get merged? I just bumped into this after following the examples on https://db.rstudio.com/dbplot/, which include the currently unexported dbplot_boxplot() function. It's creeping me out to write dbplot:::dbplot_boxplot() 😜
Yes please, I just had the same thing! Just spent a while trying to work out what was wrong with my version...
@topepo are you the maintainer on this package now?