get_this_from_that() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get this from that. The function returns This (an output object of multiple potential types).
Usage
get_this_from_that(
this_1L_chr = "first",
that_ls = list(first = 5, second = 6)
)