R/Oyster_import_BMP.R

Defines functions Oyster_import_BMP

Documented in Oyster_import_BMP

#' @export
Oyster_import_BMP <-
function(file_name){
    BMP<-bmp::read.bmp(file_name)
    return(BMP)
}

Try the shelltrace package in your browser

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

shelltrace documentation built on May 2, 2019, 2:25 a.m.