Package: utile.tables
Title: Build Tables for Publication
Version: 0.1.7
Authors@R: c(person('Eric', 'Finnesgard', email = 'finnesgard.eric@mayo.edu', role = c('aut', 'cre')), person('Jennifer', 'Grauberger', email = 'grauberger.jennifer@mayo.edu', role = c('aut')))
Description: A collection of functions to make building customized ready-to-export tables for publication purposes easier or expedite summarization of a large dataset for review. Includes methods for automatically building a table from data or building the table row-by-row. Key functions include build_row() & build_table() for summarizing columns of data overall or by stratum with appropriate testing and build_event_row() & build_event_table() for creating tables that summarize time-to-event model (Cox Parametric Hazard) parameters, supporting both univariate and multivariate methods.
License: LGPL (>= 2)
URL: https://github.com/efinite/utile.tables
BugReports: https://github.com/efinite/utile.tables/issues
Encoding: UTF-8
LazyData: TRUE
Depends: R (>= 3.4.0)
Imports: utile.tools (>= 0.2.0), tibble, dplyr, rlang, survival, purrr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-10-19 17:07:38 UTC; m130239
Author: Eric Finnesgard [aut, cre],
  Jennifer Grauberger [aut]
Maintainer: Eric Finnesgard <finnesgard.eric@mayo.edu>
Repository: CRAN
Date/Publication: 2019-10-19 17:20:02 UTC
