Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/jthomasmock
https://github.com/jthomasmock/jthomasmock
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jthomasmock/jthomasmock
- Owner: jthomasmock
- Created: 2021-01-25T13:16:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T13:10:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T03:36:49.038Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Howdy y'all
I stay busy on GitHub by sharing datasets via the [TidyTuesday](https://github.com/rfordatascience/tidytuesday) project along with some various tutorials, my blog, and packages.
## The Mockup Blog
This is my personal blog, you can find it at
[TheMockup.blog](https://themockup.blog/).If you want to customize your `distill` blog - you can use your own
custom CSS. The CSS components you can change are on the [`distill`
GitHub](https://github.com/rstudio/distill/blob/6be30c96dc469fcc0e3799d23ddfaac72c2a6466/inst/rmarkdown/templates/distill_article/resources/distill.html).A table of some of my top posts are below:
| Title | Description |
|:-----------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|
| [Reading tables from images with magick](https://themockup.blog/posts/2021-01-18-reading-tables-from-images-with-magick/)| magick is an R package for manipulating images in R |
|[2020 in Review](https://themockup.blog/posts/2020-12-31-2020-in-review/) | Surviving a pandemic at home |
| [Creating and using custom ggplot2 themes](https://themockup.blog/posts/2020-12-26-creating-and-using-custom-ggplot2-themes/) | the best way to make each plot your own |
| [Extracting JSON data from websites and public APIs with R](https://themockup.blog/posts/2020-12-13-extracting-json-from-websites-and-public-apis-with-r/) |tidyr + jsonlite are magical |
| [Embedding custom HTML in gt tables](https://themockup.blog/posts/2020-10-31-embedding-custom-features-in-gt-tables) | HTML is basically a superpower. |
| [Plotting Points as Images in ggplot](https://themockup.blog/posts/2020-10-11-embedding-images-in-ggplot) | Trials and tribulations of the various strategies. |
| [Functions and Themes for gt tables](https://themockup.blog/posts/2020-09-26-functions-and-themes-for-gt-tables) | Save time and effort in making beautiful tables |
| [10+ Guidelines for Better Tables in R](https://themockup.blog/posts/2020-09-04-10-table-rules-in-r) | Make tables people ACTUALLY want to read. |
| [Heatmaps in ggplot2](https://themockup.blog/posts/2020-08-28-heatmaps-in-ggplot2) | It’s more than just a passing fad. |
| [Building a blog with distill](https://themockup.blog/posts/2020-08-01-building-a-blog-with-distill) | I love simplicity. |
| [Meta RMarkdown - Taxonomy and Use cases](https://themockup.blog/posts/2020-07-25-meta-rmarkdown) | A meta collection of all things R Markdown. |
| [Flipping tibbles for many models](https://themockup.blog/posts/2020-05-01-tidy-long-models) | Pivoting data from wide to long to run many models at once |
| [Bigger, nflfastR, dbplyr](https://themockup.blog/posts/2019-04-28-nflfastr-dbplyr-rsqlite) | Doing more with dplyr and SQL |