Learn R Programming

osmose (version 3.3.4)

getVar: Get variable from an osmose-like object.

Description

Function to get a variable from an object of osmose class. This function uses the get_var method (see the get_var.osmose).

Usage

getVar(object, what, how, ...)

get_var(object, what, how, ...)

Arguments

object

Object of osmose class (see the read_osmose function).

what

Variable to extract

how

Output format

...

Additional arguments of the function.

Value

An array or a list containing the extracted data.