-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathrtables-package.Rd
More file actions
40 lines (36 loc) · 1.95 KB
/
rtables-package.Rd
File metadata and controls
40 lines (36 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.R
\docType{package}
\name{rtables-package}
\alias{rtables}
\alias{rtables-package}
\title{rtables: Reporting Tables}
\description{
Reporting tables often have structure that goes beyond simple rectangular data. The 'rtables' package provides a framework for declaring complex multi-level tabulations and then applying them to data. This framework models both tabulation and the resulting tables as hierarchical, tree-like objects which support sibling sub-tables, arbitrary splitting or grouping of data in row and column dimensions, cells containing multiple values, and the concept of contextual summary computations. A convenient pipe-able interface is provided for declaring table layouts and the corresponding computations, and then applying them to data.
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/insightsengineering/rtables}
\item \url{https://insightsengineering.github.io/rtables/}
\item Report bugs at \url{https://github.com/insightsengineering/rtables/issues}
}
}
\author{
\strong{Maintainer}: Joe Zhu \email{joe.zhu@roche.com} (\href{https://orcid.org/0000-0001-7566-2787}{ORCID})
Authors:
\itemize{
\item Gabriel Becker \email{gabembecker@gmail.com} (Original creator of the package)
\item Adrian Waddell \email{adrian.waddell@gmail.com}
\item Davide Garolini \email{davide.garolini@roche.com} (\href{https://orcid.org/0000-0002-1445-1369}{ORCID})
\item Emily de la Rua \email{emilydelarua@gmail.com} (\href{https://orcid.org/0009-0000-8738-5561}{ORCID})
}
Other contributors:
\itemize{
\item Daniel Sabanés Bové \email{daniel.sabanes_bove@rconis.com} [contributor]
\item Maximilian Mordig \email{maximilian_oliver.mordig@roche.com} [contributor]
\item Abinaya Yogasekaram \email{ayogasek@gmail.com} (\href{https://orcid.org/0009-0005-2083-1105}{ORCID}) [contributor]
\item F. Hoffmann-La Roche AG [copyright holder, funder]
}
}
\keyword{internal}