Learn R Programming

laminr (version 1.2.0)

laminr_status: laminr status

Description

Overview of the current status of the laminr package and its dependencies. Can be useful for debugging.

Usage

laminr_status()

Arguments

Value

A laminr_status object

Details

Provides information that can be useful for debugging. To run the function when an error occurs, set options(error = function() { print(laminr::laminr_status() }). Note that this should be used with some caution as it will print the status whenever any error occurs.

Examples

Run this code
laminr_status()

Run the code above in your browser using DataLab