fn extract_justification(val: &RValue) -> (Justification, Justification)Expand description
Extract justification from an R value.
Accepts: a character string (“centre”, “left”, etc.), a numeric vector c(hjust, vjust), or NULL (returns default centre/centre).