Parse design strings into a data frame
parse_design.RdThis function parses a character string (or vector of strings) containing fields separated by `;;` into a tidy data frame. It trims whitespace, checks element lengths with `check_length()`, and binds the parsed rows together.
Details
Used inside get_design.