Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jthomasmock/grid-rmd


https://github.com/jthomasmock/grid-rmd

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# grid-rmd

This is a quick example of how to create "team cards" with R, `gt` and `RMarkdown`, with heavy lifting being done by the integrated bootstrap grid. While the end result is HTML and could be returned by an API or as a website, a screenshot can also returned via `webshot`.

Original Concept from [Dom at The Athletic](https://twitter.com/domluszczyszyn/status/1447937525591461889?s=20)

![Recreation of the team-cards from Dom](bruins-report.png)

File to recreate is: [native-html.Rmd](native-html.Rmd)

Screenshot w/ `webshot`: [webshot-code.R](webshot-code.R)