Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/grid-rmd
https://github.com/jthomasmock/grid-rmd
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jthomasmock/grid-rmd
- Owner: jthomasmock
- Created: 2021-10-13T13:38:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T13:51:46.000Z (about 3 years ago)
- Last Synced: 2024-12-18T01:08:44.594Z (23 days ago)
- Language: HTML
- Size: 803 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)