View source: R/read_dst_header.R
read_dst_header | R Documentation |
The data header in .DAT file containing a detailed description of how the *.DAT file is configured. This feature is used by SeaStar when graphically
read_dst_header(fil, long = TRUE)
fil |
file name, including path |
long |
boolean(default TRUE). Use FALSE better intend to read in lots of files |
a tibble with header data and detail file information
library(staroddi)
header <- read_dst_header(system.file("demos/1M9380.DAT", package = "staroddi"))
header
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.