mvl_add_directory_entries {RMVL} | R Documentation |
Add entries to MVL directory
Description
Add one or more entries to MVL directory
Usage
mvl_add_directory_entries(MVLHANDLE, tag, offsets)
Arguments
MVLHANDLE |
handle to open MVL file created by |
tag |
a vector of one or more character tags |
offsets |
a vector of MVL_OFFSET objects, one per tag, created by |
Details
This function is used to expand MVL directory. The offsets must be created by calling mvl_write_object
on the same handle.
Note that mvl_write_object
has an optional parameter name
that will add an entry when specified.
Thus this function is meant for special circumstances, such as creating multiple entries in the directory that point to the same offset
[Package RMVL version 1.1.0.0 Index]