Other packages > Find by keyword >

pagedown  

Paginate the HTML Output of R Markdown with CSS for Print
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("pagedown", "0.23")



Attach the package and use:
library("pagedown")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-01-02
Latest Update: 2025-01-07
Description:
Use the paged media properties in CSS and the JavaScript library 'paged.js' to split the content of an HTML document into discrete pages. Each page can have its page size, page numbers, margin boxes, and running headers, etc. Applications of this package include books, letters, reports, papers, business cards, resumes, and posters.
How to cite:
Yihui Xie (2019). pagedown: Paginate the HTML Output of R Markdown with CSS for Print. R package version 0.23, https://cran.r-project.org/web/packages/pagedown. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1 (2019-01-02 17:20), 0.2 (2019-03-06 23:10), 0.3 (2019-07-15 08:22), 0.4 (2019-08-21 20:30), 0.5 (2019-10-01 07:10), 0.6 (2019-11-12 17:40), 0.7 (2019-12-19 17:50), 0.8 (2020-02-04 19:20), 0.9 (2020-03-18 08:00), 0.10 (2020-05-04 21:40), 0.11 (2020-09-09 16:50), 0.12 (2020-10-13 17:20), 0.13 (2020-12-01 01:50), 0.14 (2021-04-14 16:40), 0.15 (2021-06-23 06:40), 0.16 (2021-12-15 05:10), 0.17 (2022-03-02 22:10), 0.18 (2022-04-26 19:40), 0.19 (2022-09-27 00:50), 0.20 (2022-12-13 06:50), 0.21 (2024-10-11 08:20), 0.22 (2025-01-07 16:20)
Other packages that cited pagedown R package
View pagedown citation profile
Other R packages that pagedown depends, imports, suggests or enhances
Complete documentation for pagedown
Functions, R codes and Examples using the pagedown R package
Some associated functions: book_crc . business_card . chrome_print . find_chrome . html_letter . html_paged . html_resume . jss_paged . poster_relaxed . thesis_paged . 
Some associated R codes: card.R . chrome.R . paged.R . poster.R . resume.R . utils.R .  Full pagedown package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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