Returns the entry names for specified indices along an axis.
Details
This function maps position indices to their names along the axis.
If indices is NULL, returns all entries of the axis.
If allow_empty is TRUE and an invalid index is provided, an empty string is returned for that position.
Indices must be positive integers and within the bounds of the axis length.
See the Julia documentation for details.