knitr::opts_chunk$set(
  collapse = TRUE,
  message = FALSE,
  warning = FALSE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

staroddi

The goal of {staroddi} is:

Installation

You can install the development version of staroddi from GitHub with:

# install.packages("devtools")
devtools::install_github("einarhjorleifsson/staroddi")

Example

This is a basic example which shows you how to read a Star-Oddi file into R:

library(staroddi)
## basic example code
dst <- read_dst(system.file("demos/1M9380.DAT", package="staroddi"))
dst
attributes(dst)$meta


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