db_release_cancel: Cancel a Scheduled Release
Description
Attempts to cancel a release that has already passed will result in an error.
Usage
db_release_cancel(con, release_id, schema = "timeseries")
Arguments
con
RPostgres connection object.
release_id
character ID of the release to cancel
schema
character name of the database schema. Defaults to 'timeseries'