Learn R Programming

baizer (version 0.8.0)

as_md_table: trans a tibble into markdown format table

Description

trans a tibble into markdown format table

Usage

as_md_table(x, show = TRUE)

Value

NULL or markdown string

Arguments

x

tibble

show

show result instead of return the markdown string, TRUE as default

Examples

Run this code

mini_diamond %>%
  head(5) %>%
  as_md_table()

Run the code above in your browser using DataLab