R/read.seerstat.R

Defines functions read.seerstat

Documented in read.seerstat

read.seerstat <-
function(file.dic,file.txt){
    data<-read.SeerStat(file.dic,file.txt)
    return(data)
  }

Try the RecurRisk package in your browser

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

RecurRisk documentation built on July 2, 2020, 2:28 a.m.