get.node.attr: Retrieve and check assumptions about vertex attributes (nodal covariates) in
a network
Description
The get.node.attr function returns the vector of nodal covariates for
the given network and specified attribute if the attribute exists -
execution will halt if the attribute is not correctly given as a single
string or is not found in the vertex attribute list; optionally
get.node.attr will also check that return vector is numeric, halting
execution if not. The purpose is to validate assumptions before passing
attribute data into an ergm term.