kable_inta | R Documentation |
Llama a kableExtra::kbl()
con valores por defecto apropiados acordes al
estilo utilizado por INTA.
kable_inta(x, ...)
x |
Una tabla. |
... |
Otros argumentos que se pasan a |
tabla, objeto kbl.
library(dplyr)
library(kableExtra)
metadatos <- metadatos_nh()
metadatos %>%
head() %>%
select(codigo_nh, estacion) %>%
kable_inta(caption = "Ejemplo",
col.names = c("Código", "Estación")) %>%
kable_styling(latex_options = "scale_down")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.