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]
All associated links for this package
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 06 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
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  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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