R/read.spc.Shimadzu.R

Defines functions read.spc.Shimadzu

read.spc.Shimadzu <- function(filename) {
  stop ("Import of Shimadzu SPC file format (OLE CF) is not yet implemented.")
}

.test (read.spc.Shimadzu) <- function (){
  context ("read.spc.Shimadzu")

  test_that("not implemented error", {
    expect_error(read.spc.Shimadzu())
  })
  
}

Try the hyperSpec package in your browser

Any scripts or data that you put into this service are public.

hyperSpec documentation built on Sept. 13, 2021, 5:09 p.m.