ksnet_table | R Documentation |
Tabla al estilo de KSNET (con gt)
ksnet_table(df)
df |
dataframe para hacer la tabla |
x <- c("Barcelona", "Madrid", "Murcia")
y <- c(115, 90, 145)
z <- c(2019, 2020, 2019)
mis_datos <- data.frame(provincia = x, variable = y, fecha = z)
ksnet_table(mis_datos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.