Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jthomasmock/jthomasmock


https://github.com/jthomasmock/jthomasmock

Last synced: 13 days ago
JSON representation

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 |