Skip to contents

This is a convenience function that deletes rows from the "positions.postable" table, specified by which posdata file they originated from. USE THIS WITH CAUTION!

Usage

deletePostable(delFiles)

Arguments

delFiles

A character vector of posdata files to delete from the postable.

Examples

if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
delFiles<-c("posdata_FULGLA_eynhallow_2015")
deletePostable(delFiles)

} # }