R/readUW.OSTAS.R

Defines functions `readUW.OSTAS`

`readUW.OSTAS` <-
function(OS1)
  {

    OSTAS = vector()
    littlek = 0
    for(j in 1:length(OS1))
      {
        OS2=unlist(strsplit(split=" ", OS1[j]))
        for(m in 2:length(OS2)) { littlek=littlek+1;  OSTAS[littlek]=OS2[m] }
      }
  
    invisible(OSTAS)

  }

Try the RSEIS package in your browser

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

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.