Skip to contents

This runs a function that manually updates the session ids in the positions.postable. Earlier this was done automatically after all inserts or updates to postable, but this was time consuming, possibly because it triggered the update many times. Now the sessions needs to be updated manually, for example by using this function. Beware that it takes more than 30 minutes to complete.

Usage

updatePosdataSession()

Examples

if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
updatePosdataSession()
} # }