An integer vector of the indicies of each x element's position in table
Arguments
x
A character vector to search for in table
table
A character vector to be matched against x
nthreads
Number of threads to use
Details
Note: similarly to the base R function, long "table" vectors are not supported. This is due to the maximum integer value that can be returned (`.Machine$integer.max`)