r-tmap/tmap

tm_animate does not return anything for rendered documents (e.g., rmd, qmd, reprex)

Aberta

#1.150 aberto em 25 de jun. de 2025

 (11 comentários) (0 reação) (0 responsável)R (120 forks)batch import
Help wanted

Métricas do repositório

Stars
 (852 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

It would be great if it would render the animation directly in the qmd/rmd output.

library(tmap)
library(spData)

tm_shape(nz) +
  tm_polygons() +
  tm_animate("Name")

Guia do colaborador