sfirke / janitor

simple tools for data cleaning in R
http://sfirke.github.io/janitor/
Other
1.38k stars 132 forks source link

tabyl and crosstab missing from CRAN reference manual #65

Closed sfirke closed 7 years ago

sfirke commented 8 years ago

https://cran.r-project.org/web/packages/janitor/janitor.pdf

These are the two functions w/ S3 generics ... maybe I should move the methods labeled "internal" to a separate .R file? Might need to ask on SO as I can't just trial-and-error resubmit to CRAN.

sfirke commented 7 years ago

Whew, got this done. Thanks to this S&O answer re: where to find the manual and then experimenting with Roxygen options until I could answer my own question about Roxygen headers. devtools::document() was tripping me up.