This helper function names any unnamed elements in the blocks
specification. This is a convenience function.
name.blocks(x, prefix = "B")
A named list of character vectors with variables names.
This function will name any unnamed list elements specified in
the optional argument blocks
. Unnamed blocks
consisting of just one variable will be named after this variable.
Unnamed blocks containing more than one variables will be named
by the prefix
argument, padded by an integer sequence
stating at 1.