Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.23 KB

efun

test-coverage codecov R-CMD-check

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.

Installation

You can install from Github:

remotes::install_packages_github("edalfon/efun")

Example

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