6 lines
78 B
R
Raw Permalink Normal View History

2025-01-12 00:52:51 +08:00
library("foreign")
otd <- read.octave("octave.dat")
summary(otd)
str(otd)
q()