R/deleteWPX.R

Defines functions deleteWPX

Documented in deleteWPX

deleteWPX<-function(WPX, ind=1)
  {
    ####  delete members from  WPX list

    dpx = data.frame(WPX, stringsAsFactors = FALSE)
    
    dpx = dpx[-ind,]

    WPX = as.list(dpx)

    return(WPX)
  }

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.