create_header {screenshot} | R 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)
[Package screenshot version 0.9.1 Index]