castListEntries: Cast logical's and numeric's in a list or data.frame

View source: R/DataProcessing.R

castListEntriesR Documentation

Cast logical's and numeric's in a list or data.frame

Description

Tries to cast a list entry (or column in a data.frame) to logical's, if that does not create any missing values, it is assumed to be a logical will be replaced by 'as.logical()' conversion. Similarly for numeric entries (or columns). Everything else remains strings

Usage

castListEntries(list)

Arguments

list

Value

list of the same lenght with logical's and numeric's casted


ipb-halle/MetFamily documentation built on March 15, 2024, 8:39 a.m.