This function prioritizes and fetches values from either sample_values or shared_values.
Usage
get_values(keys, sample_values, shared_values)
Arguments
- keys
List of keys for which values are needed.
- sample_values
List of sample values.
- shared_values
List of shared values.
Value
A vector of values prioritized from sample_values, if available.