-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
Completar | ||
# Reporte Mailchimp | ||
|
||
Este repositorio contiene un tablero con métricas de correos enviados a través de Mailchimp. El objetivo es proporcionar un análisis visual y fácil de interpretar sobre el rendimiento de las campañas de correo electrónico. | ||
|
||
## Tabla de Contenidos | ||
|
||
- [Instalación](#instalación) | ||
- [Uso](#uso) | ||
- [Contribuciones](#contribuciones) | ||
- [Licencia](#licencia) | ||
|
||
## Instalación | ||
|
||
Para utilizar este tablero, asegúrate de tener R y RStudio instalados en tu máquina. Luego, clona este repositorio y ejecuta el siguiente comando para instalar las dependencias necesarias: | ||
|
||
```bash | ||
renv::restore() | ||
``` | ||
|
||
## Uso | ||
Para generar el tablero, abre el archivo dashboard.qmd en RStudio y ejecuta el documento. Asegúrate de tener acceso a los datos de Mailchimp que deseas analizar. | ||
|
||
## Contribuciones | ||
Las contribuciones son bienvenidas. Si deseas contribuir, por favor abre un issue o envía un pull request. | ||
|
||
## Licencia | ||
Este proyecto está bajo la Licencia MIT. Consulta el archivo LICENSE.md para más detalles. | ||
|
||
Enlaces | ||
Puedes ver el tablero en línea aquí. |