| mdb_hexdump | R Documentation |
Hexdump MDB File (mdb-hexdump mimic)
mdb_hexdump(path, pagenumber = NULL, page_size = 4096L, n = 256L)
path |
Path to file. |
pagenumber |
Optional page index (0-based) like |
page_size |
Page size in bytes (default 4096 for modern Jet/ACE). |
n |
Number of bytes to emit. |
Single hexadecimal string.
db <- mdbr:::.mdb_example_nwind_path()
if (nzchar(db)) {
mdb_hexdump(db, n = 16)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.