list_as_numeric: Recursively transform all objects within a list to numeric...

View source: R/deepUtils.r

list_as_numericR Documentation

Recursively transform all objects within a list to numeric values

Description

Recursively transform all objects within a list to numeric values

Usage

list_as_numeric(l)

Arguments

l

A list object.

Value

The list l with only numeric values.

See Also

Other Utils: as_ANN_matrix(), degree(), distance(), probability(), radian(), random_seed(), re.factor(), sd_pop(), similarity(), var_pop(), vector_as_ANN_matrix(), vector_as_numeric()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.