Learn R Programming

screenshot (version 0.9.2)

create_header: Create a BMP header

Description

Create a BMP header

Usage

create_header(clipboard)

Value

A raw vector of the BMP header.

Arguments

clipboard

A raw vector of the clipboard contents.

Examples

Run this code
data(clipboard_sample)
create_header(clipboard_sample)

Run the code above in your browser using DataLab