drop_udf() deletes a UDF from the given database

drop_udf(udf, conn, cascade = FALSE)

Arguments

udf

A udf object

conn

A DBI::DBIConnection object, as returned by DBI::dbConnect()

cascade

Whether to automatically drop objects that depend on the function (default: FALSE)

Value

TRUE, invisibly, if successful

Examples

if (FALSE) { TODO }