Returns the integer indices for specified entry names along an axis.
Details
This function maps names to their position indices along the axis.
If allow_empty is TRUE, empty strings are converted to index -1.
Indices in R are 1-based (first element has index 1), consistent with R conventions.
See the Julia documentation for details.