Extract values from an array-like object using linear indexing.
Source:R/all_generic.R
linear_access.Rd
This function extracts the values of the elements in an array-like object using linear indexing. Linear indexing is a way of indexing an array by a single index that is computed from multiple indices using a formula.