30 lines
807 B
Plaintext
30 lines
807 B
Plaintext
|
---
|
||
|
title: "Datos a Largo Plazo"
|
||
|
output:
|
||
|
html_document:
|
||
|
includes:
|
||
|
in_header: favicon_header.html
|
||
|
---
|
||
|
|
||
|
Actualizado: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")`
|
||
|
|
||
|
Este sitio se actualiza cada día
|
||
|
|
||
|
In [English](https://laundry.dendroalsia.net/longterm_data.html)
|
||
|
|
||
|
---
|
||
|
|
||
|
```{r plot_all_week_days_es, echo=FALSE}
|
||
|
plot(plot_all_week_days_es)
|
||
|
```
|
||
|
|
||
|
---
|
||
|
|
||
|
## para conocer la situación actual, haga clic [aquí](https://laundry.dendroalsia.net/es.html)
|
||
|
|
||
|
---
|
||
|
|
||
|
Si tiene algún problema o pregunta, envíe un correo electrónico a [ben@dendroalsia.net](mailto:ben@dendroalsia.net)
|
||
|
|
||
|
El código que escribí para generar este sitio web está disponible bajo la licencia GPLv3 aquí: [https://git.dendroalsia.net/ben/laundry_status](https://git.dendroalsia.net/ben/laundry_status)
|