as_md_table {baizer} | R Documentation |
trans a tibble into markdown format table
as_md_table(x, show = TRUE)
x |
tibble |
show |
show result instead of return the markdown string, TRUE as default |
NULL or markdown string
mini_diamond %>%
head(5) %>%
as_md_table()