All Projects → yihui → Rolldown

yihui / Rolldown

Licence: other
R Markdown output formats for storytelling

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rolldown

Umapr
UMAP dimensionality reduction in R
Stars: ✭ 115 (-16.06%)
Mutual labels:  r-package
Jqr
R interface to jq
Stars: ✭ 123 (-10.22%)
Mutual labels:  r-package
Ggparliament
Simple parliament plots using ggplot2
Stars: ✭ 130 (-5.11%)
Mutual labels:  r-package
Gramr
RStudio Addin, function, & shiny app for the write-good linter 📝
Stars: ✭ 116 (-15.33%)
Mutual labels:  r-package
Piggyback
📦 for using large(r) data files on GitHub
Stars: ✭ 122 (-10.95%)
Mutual labels:  r-package
Datapackager
An R package to enable reproducible data processing, packaging and sharing.
Stars: ✭ 125 (-8.76%)
Mutual labels:  r-package
Rgbif
Interface to the Global Biodiversity Information Facility API
Stars: ✭ 113 (-17.52%)
Mutual labels:  r-package
Pinp
Pinp Is Not PNAS -- Two-Column PDF Template
Stars: ✭ 134 (-2.19%)
Mutual labels:  r-package
Osmplotr
Data visualisation using OpenStreetMap objects
Stars: ✭ 122 (-10.95%)
Mutual labels:  r-package
Packagemetrics
A Package for Helping You Choose Which Package to Use
Stars: ✭ 129 (-5.84%)
Mutual labels:  r-package
Available
Check if a package name is available to use
Stars: ✭ 116 (-15.33%)
Mutual labels:  r-package
Modistsp
An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
Stars: ✭ 118 (-13.87%)
Mutual labels:  r-package
Drat
Drat R Archive Template
Stars: ✭ 127 (-7.3%)
Mutual labels:  r-package
Jtools
Tools for summarizing/visualizing regressions and other helpful stuff
Stars: ✭ 115 (-16.06%)
Mutual labels:  r-package
Geojsonio
Convert many data formats to & from GeoJSON & TopoJSON
Stars: ✭ 132 (-3.65%)
Mutual labels:  r-package
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+1025.55%)
Mutual labels:  r-package
Minicran
R package to create internally consistent, mini version of CRAN
Stars: ✭ 123 (-10.22%)
Mutual labels:  r-package
Tic
Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
Stars: ✭ 135 (-1.46%)
Mutual labels:  r-package
Rblpapi
R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Stars: ✭ 133 (-2.92%)
Mutual labels:  r-package
Rcpparmadillo
Rcpp integration for Armadillo templated linear algebra library
Stars: ✭ 128 (-6.57%)
Mutual labels:  r-package

rolldown

Travis build status Lifecycle: Experimental

Rolldown is an R Markdown extension that builds scroll-driven HTML documents for storytelling, a.k.a scrollytelling, powered by JavaScript libraries. Currently, only Scrollama is supported.

Installation

# Install from GitHub
remotes::install_github("yihui/rolldown")

Get started

You can get started with some built-in R Markdown templates in this package. If you use the RStudio IDE, you can create a new R Markdown document from File -> New File -> R Markdown -> From Template. Then find a rolldown template from the list. If you do not use RStudio, you may use the rmarkdown::draft() function to create a new R Markdown document, e.g.,

# the basic style
rmarkdown::draft('story.Rmd', template = 'scrollama-document', package = 'rolldown')

# the sidebar layout
rmarkdown::draft('story.Rmd', template = 'scrollama-sidebar', package = 'rolldown')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].