drop_udf()
deletes a UDF from the given database
drop_udf(udf, conn, cascade = FALSE)
udf | A |
---|---|
conn | A |
cascade | Whether to automatically drop objects that depend on the
function (default: |
TRUE
, invisibly, if successful
if (FALSE) { TODO }