Other packages > Find by keyword >

reporter  

Creates Statistical Reports
View on CRAN: Click here


Download and install reporter package within the R console
Install from CRAN:
install.packages("reporter")

Install from Github:
library("remotes")
install_github("cran/reporter")

Install by package version:
library("remotes")
install_version("reporter", "1.4.4")



Attach the package and use:
library("reporter")
Maintained by
David Bosak
[Scholar Profile | Author Map]
First Published: 2020-11-19
Latest Update: 2023-10-29
Description:
Contains functions to create regulatory-style statistical reports. Originally designed to create tables, listings, and figures for the pharmaceutical, biotechnology, and medical device industries, these reports are generalized enough that they could be used in any industry. Generates text, rich-text, PDF, HTML, and Microsoft Word file formats. The package specializes in printing wide and long tables with automatic page wrapping and splitting. Reports can be produced with a minimum of function calls, and without relying on other table packages. The package supports titles, footnotes, page header, page footers, spanning headers, page by variables, and automatic page numbering.
How to cite:
David Bosak (2020). reporter: Creates Statistical Reports. R package version 1.4.4, https://cran.r-project.org/web/packages/reporter. Accessed 16 Apr. 2025.
Previous versions and publish date:
1.0.5 (2020-11-19 12:30), 1.0.6 (2020-11-20 08:30), 1.1.2 (2021-01-19 07:40), 1.1.3 (2021-08-06 06:50), 1.1.6 (2021-09-08 18:10), 1.2.0 (2021-10-10 06:50), 1.2.6 (2021-11-13 06:30), 1.2.8 (2021-12-10 17:00), 1.2.9 (2022-01-26 18:12), 1.3.1 (2022-03-10 16:10), 1.3.3 (2022-06-20 14:30), 1.3.5 (2022-08-08 15:20), 1.3.6 (2022-09-13 13:20), 1.3.7 (2022-10-07 09:00), 1.3.8 (2022-11-28 20:30), 1.3.9 (2023-03-17 22:50), 1.4.1 (2023-05-12 19:20), 1.4.2 (2023-09-30 08:00), 1.4.3 (2023-10-29 16:50)
Other packages that cited reporter R package
View reporter citation profile
Other R packages that reporter depends, imports, suggests or enhances
Complete documentation for reporter
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for reporter102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA