structure_index_map {matsbyname} | R Documentation |
Set the structure of an index map
Description
Index maps must be a data frame with one integer column and one character string column. This function verifies the structure and ensures that the integer column is first.
Usage
structure_index_map(index_map)
Arguments
index_map |
The index map data frame to be structured. |
Details
This is a non-exported function meant only for internal use.
Value
A data frame with an integer column as the first column and a character string column as the second column.
[Package matsbyname version 0.6.13 Index]