Learn R Programming

baizer (version 0.8.0)

as_tibble_md: trans a table in markdown format into tibble

Description

trans a table in markdown format into tibble

Usage

as_tibble_md(x)

Value

tibble

Arguments

x

character string

Examples

Run this code

x <- "
col1 | col2 | col3 |
| ---- | ---- | ---- |
| v1   | v2   | v3   |
| r1   | r2   | r3   |
"

as_tibble_md(x)

Run the code above in your browser using DataLab