powered by
trans a tibble into markdown format table
as_md_table(x, show = TRUE)
NULL or markdown string
tibble
show result instead of return the markdown string, TRUE as default
mini_diamond %>% head(5) %>% as_md_table()
Run the code above in your browser using DataLab