Learn R Programming

rtemis.llm (version 0.8.1)

as_list: Convert to R list

Description

Generic method to convert various objects to R lists

Usage

as_list(x, ...)

Value

A named R list

Arguments

x

An object to convert

...

Additional arguments for specific methods

Author

EDG

Examples

Run this code
decay_time <- field("decay_time", "Time from peak amplitude to sustain level", type = "number")
as_list(decay_time)

Run the code above in your browser using DataLab