as_md_table {baizer} | R Documentation |
trans a tibble into markdown format table
Description
trans a tibble into markdown format table
Usage
as_md_table(x, show = TRUE)
Arguments
x |
tibble |
show |
show result instead of return the markdown string, TRUE as default |
Value
NULL or markdown string
Examples
mini_diamond %>%
head(5) %>%
as_md_table()
[Package baizer version 0.8.0 Index]