read_dst_header: Read header data, normally from .DAT file

View source: R/read_dst_header.R

read_dst_headerR Documentation

Read header data, normally from .DAT file

Description

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

Usage

read_dst_header(fil, long = TRUE)

Arguments

fil

file name, including path

long

boolean(default TRUE). Use FALSE better intend to read in lots of files

Value

a tibble with header data and detail file information

Examples

library(staroddi)
header <- read_dst_header(system.file("demos/1M9380.DAT", package = "staroddi"))
header

einarhjorleifsson/staroddi documentation built on April 5, 2025, 9:29 a.m.