karbartolome / gt-spotify

Taller RLadies BA - Tablas gt con datos de Spotify (API)

Home Page:https://karbartolome.github.io/gt-spotify/01_slides/rladies_gt_spotify.html#1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💜 Charla RLadies 💜

Repositorio para el taller de RLadies: Creando tablas en {gt} con Spotify API & Bad Bunny

R-Ladies Buenos Aires

Andrea Gómez Vargas & Karina Bartolomé

Fecha: 2022-11-23

Se recomienda leer el Documento de pasos previos antes de seguir el taller

flowchart LR
    subgraph r[Estructura de la charla]
        direction LR
        slide[Creando tablas en gt con Spotify API y Bad Bunny]
        spotify[fa:fa-database API Spotify] -->|Llamado a la API| rmd_xaringan[01_slides/rladies_gt_spotify.Rmd]
        slide -->|Slide 28| rmd[02_caso_spotify/spotify_gt.Rmd]
        slide -->|Slide 29| script_tabla[02_caso_spotify/generar_tabla_artista.R]
        spotify --> rmd
        spotify --> script_tabla
        rmd_xaringan --> slide

        style slide fill:#652a75,stroke:#333,color: #ffffff, stroke-width:4px
        style spotify fill:#ffffff, stroke:#000000, stroke-width:2px,color:#000000,stroke-dasharray: 4
        style rmd stroke:#e3b3ff
        style rmd_xaringan stroke:#e3b3ff
        style script_tabla stroke:#e3b3ff
    style r fill: #0000, stroke: #333
    end

Loading

Las slides fueron generadas con {xaringan} 📦.

2. 02_caso_spotify/

About

Taller RLadies BA - Tablas gt con datos de Spotify (API)

https://karbartolome.github.io/gt-spotify/01_slides/rladies_gt_spotify.html#1


Languages

Language:HTML 64.5%Language:JavaScript 15.3%Language:CSS 10.1%Language:R 10.0%