data-raw/mif_comment_header.R

# Write some test data for .mif comment headers
library(tidyverse)
library(quitte)

f <- './inst/extdata/comment_header.mif'

set.seed(0)
quitte_example_data %>%
    slice_sample(n = 10) %>%
    write.mif(path = f, comment_header = c('foo: bar', 'fuzz: baz'))
pik-piam/quitte documentation built on April 26, 2024, 12:58 a.m.