unlist_if_possible.Rd
If a list contains numeric singletons, flattens the list.
unlist_if_possible(x)
List to flatten
A flattened list, or an error if the list does not contain only numeric singletons.