raw {base} R Documentation

Create the raw bytes vector

Description

Usage

raw(
    length = 0);

Arguments

length

[as integer]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

A vector of the raw bytes data if the given `length` greater than zero or a .net clr MemoryStream object that could be used for the file write connection if used the default `length` value: zero.

clr value class

Examples


[Package base version 2.33.856.6961 Index]