Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.93 KB

README.md

File metadata and controls

43 lines (33 loc) · 2.93 KB

autoslider.core

Check 🛠 Docs 📚 Release 🎈 Code Coverage 📔 GitHub forks GitHub Repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

Overview

autoslider.core creates a set of standard table templates that are often used in Study Results Endorsement Plan. It aims to reduce the amount of work when creating slides and avoid the duplicated effort between statisticians and programmers.

Installation

autoslider.core is available on CRAN and you can install the latest released version with:

install.packages("autoslider.core")

or you can install the latest development version directly from GitHub by running the following:

# install.packages("pak")
pak::pak("insightsengineering/autoslider.core")