R/Oyster_import_phases.R

Defines functions Oyster_import_phases

Documented in Oyster_import_phases

#' @export
Oyster_import_phases <-
function(file_name){
    phase<-read.csv(file_name, sep=";")
    phase[,as.numeric(which(sapply(phase,class)=="factor"))]<-data.frame(lapply(phase[,as.numeric(which(sapply(phase,class)=="factor"))], as.character), stringsAsFactors=FALSE)
    return(phase)
}

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.