other/generate_records_data.R

filepath <- file.path('other', "gbpri10.seq")
records <- restez:::flatfile_read(filepath)
records <- sample(records, 25)
save(records, file = file.path('data', 'records.rda'), compress = 'xz')
ropensci/restez documentation built on April 21, 2024, 2:40 p.m.