Learn R Programming

laminr (version 1.2.0)

get_current_lamin_settings: Get current LaminDB settings

Description

Get the current LaminDB settings as an R list

Usage

get_current_lamin_settings(minimal = FALSE)

Value

A list of the current LaminDB settings

Arguments

minimal

If TRUE, quickly extract a minimal list of important settings instead of converting the complete settings object

Details

This is done using callr::r() to avoid importing Python lamindb in the global environment