Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

nanonext (version 0.2.0)

nng_error: Translate Error Codes

Description

Translate integer exit code to human readable form. All functions in the nanonext package will return an integer exit code on error rather than the expected return value.

Usage

nng_error(error)

Arguments

error

integer exit code to translate.

Value

A character vector.

Examples

Run this code
# NOT RUN {
nng_error(1L)

# }

Run the code above in your browser using DataLab