### Install Latest Development Build of sjmisc Source: https://github.com/strengejacke/sjmisc/blob/master/README.md Installs the latest development snapshot of the sjmisc package from GitHub. Requires the devtools package. ```r library(devtools) devtools::install_github("strengejacke/sjmisc") ``` -------------------------------- ### Install Official Stable Release of sjmisc Source: https://github.com/strengejacke/sjmisc/blob/master/README.md Installs the latest stable release of the sjmisc package from CRAN. ```r install.packages("sjmisc") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.