knitr::opts_chunk$set( collapse = TRUE, message = FALSE, warning = FALSE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of {staroddi} is:
You can install the development version of staroddi from GitHub with:
# install.packages("devtools") devtools::install_github("einarhjorleifsson/staroddi")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.