Description Usage Arguments Details Examples
Given an mtbl
file opened with read_mtbl()
, this function
will export each value from the mtbl key/value pair to path
with
each value record terminated by a newline.
1 | mtbl_export_values(x, path)
|
x |
an mtbl file opened with |
path |
full path to output file |
The use-case driving this function is exporting the value side of
Project Sonar mtbl files since it would help in processing jq
pipelines.
1 2 | mtbl <- read_mtbl(system.file("extdata/sample.mtbl", package="mtblr"))
mtbl_export(mtbl, tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.