Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.04 KB

amcat4r

R-CMD-check Codecov test coverage

The goal of amcat4r is to provide easy access to amcat4 from R. Learn more about AmCAT and amcat4r at https://amcat-book.netlify.app/.

Installation

You can install the development version of amcat4r from GitHub with:

# install.packages("devtools")
remotes::install_github("ccs-amsterdam/amcat4r")

Note: if you have an amcat4 instance older than 4.0.14, you can use this version of the package:

remotes::install_github("ccs-amsterdam/amcat4r", ref = "3943ef527315e76205f258b34a3b9d14a67b5f72")