create_header: Create a BMP header

View source: R/clipboard.R

create_headerR Documentation

Create a BMP header

Description

Create a BMP header

Usage

create_header(clipboard)

Arguments

clipboard

A raw vector of the clipboard contents.

Value

A raw vector of the BMP header.

Examples

data(clipboard_sample)
create_header(clipboard_sample)


screenshot documentation built on June 22, 2024, 10:30 a.m.