Delete rows from positions.postable
deletePostable.RdThis is a convenience function that deletes rows from the "positions.postable" table, specified by which posdata file they originated from. USE THIS WITH CAUTION!
Examples
if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
delFiles<-c("posdata_FULGLA_eynhallow_2015")
deletePostable(delFiles)
} # }