efun
is a miscellaneous package. A collection of functions that I have
accumulated over the years and used for various tasks. For a long time
it was just a private package, only shared sometimes with collaborators.
Most functions do not have much guardrails, though.
You can install from Github:
remotes::install_packages_github("edalfon/efun")
nlsw88 <- haven::read_dta('http://www.stata-press.com/data/r15/nlsw88.dta')
efun::abridge_df(nlsw88)
See efun
’s web site https://edalfon.github.io/efun for some more
examples and all
functions