Nothing
rethrow_error_from_rapi <- function(e, call) {
# https://github.com/duckdb/duckdb-r/issues/519
# After moving all error messages to JSON, we can parse them
# and return rich error information to R.
# For now, we just rethrow the error message as is, this gets us
# the caller.
msg <- conditionMessage(e)
rlang::abort(msg, call = call)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.