View source: R/named_triplet.R
structure_index_map | R Documentation |
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.
structure_index_map(index_map)
index_map |
The index map data frame to be structured. |
This is a non-exported function meant only for internal use.
A data frame with an integer column as the first column and a character string column as the second column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.