Learn R Programming

DSI (version 1.7.0)

datashield.errors: datashield.errors

Description

Retrieve and display the last errors occurred in a DataSHIELD session.

Usage

datashield.errors(type = "message")

Value

NULL if no errors are found, otherwise prints the errors.

Arguments

type

Specify format for return message. If type == "message", a formatted message is returned. If type == "assign" a named vector is returned which will be formatted and returned within datashield.assign.

Details

This function retrieves the last errors occurred in a DataSHIELD session and displays them in a formatted manner using bullet points.