Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.06 KB

firsttable

firsttable package for R

This function takes a data.frame or tibble and a row and column specification and generates a table along the lines of the first table used in many medical journal articles. The row specification can either use one of the _row functions, or if the defaults are appropriate can just be a bare column name or calculation using a column. These calculations are implemented using rlang::eval_tidy and support the quasiquotation operators such as !! and !!!.

AppVeyor build status R-CMD-check Codecov test coverage