fn_delete_odbc: Post any entity to a RESTful web service

View source: R/odbc_utils.R

fn_delete_odbcR Documentation

Post any entity to a RESTful web service

Description

Post any entity to a RESTful web service

Usage

fn_delete_odbc(entity_type, pk, inputs, con, obj = FALSE, debug = FALSE)

Arguments

entity_type

= dh_feature, dh_properties, ...

pk

= primary key column name, e.g. hydroid, pid, ...

inputs

contents of record to post in list(pid, propname, propvalue, ...)

con

connection to ODBC server

obj

optional class with extra query info

debug

Print out debug info if true

See Also

NA

Examples

NA

HARPgroup/hydro-tools documentation built on July 4, 2025, 11:05 a.m.