knitr::opts_chunk$set(echo = TRUE)
Os usuários são os nós,
SICSS_final_project::historico_mudancas %>% dplyr::count(page, user) %>% tidyr::pivot_wider(names_from = user, values_from = n, values_fill = 0) %>% View()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.