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.21")



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: 2022-12-13
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.21, https://cran.r-project.org/web/packages/pagedown. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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