This function deletes time series AND their metainformation from the
database. All meta information in all series will be deleted.
To only edit the original time series use storeTimeSeries
to overwrite existing series.
deleteTimeSeries(series, con, tbl_main = "timeseries_main",
schema = "timeseries")
character name of the timeseries
a PostgreSQL connection object
character name of the table that contains the main time series catalog. Defaults to 'timeseries_main'.
SQL schema name. Defaults to 'timeseries'.