22 lines
591 B
Plaintext
22 lines
591 B
Plaintext
|
---
|
||
|
title: "Laundry Longterm Data"
|
||
|
output:
|
||
|
html_document:
|
||
|
includes:
|
||
|
in_header: favicon_header.html
|
||
|
---
|
||
|
|
||
|
updated: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")`
|
||
|
|
||
|
this site updates every day
|
||
|
|
||
|
---
|
||
|
|
||
|
```{r plot_all_week_days, echo=FALSE}
|
||
|
plot(plot_all_week_days)
|
||
|
```
|
||
|
|
||
|
If you have any issues or questions, please email [ben@dendroalsia.net](mailto:ben@dendroalsia.net)
|
||
|
|
||
|
The code that I wrote to generate this website is available under the GPLv3 license here: [https://git.dendroalsia.net/ben/laundry_status](https://git.dendroalsia.net/ben/laundry_status)
|