Learn R Programming

houba (version 0.1.0)

type: Type of a memory-mapped object

Description

Type of a memory-mapped object

Usage

type(x)

# S4 method for memoryMapped type(x)

Value

a string

Arguments

x

a memory mapped object

Details

Sends back the stored data type (currently "double", "float", "integer" or "short").

Examples

Run this code
x <- mvector("integer", 6)
type(x)

Run the code above in your browser using DataLab