Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

RBaseX (version 0.9.2)

input_to_raw: input_to_raw

Description

Convert input to a length-1 character vector.

Usage

input_to_raw(input)

Arguments

input

Character vector length 1

Value

'Raw' vector

Details

If input is a reference to a file, the number of bytes corresponding to the size is read. If it is an URL, the URL is read and converted to a 'Raw' vector. The function does not catch errors.