Write rock codes section
Arguments
- codebook
codebook data frame
- error_call
The execution environment of a currently running function, e.g.
caller_env(). The function will be mentioned in error messages as the source of the error. See thecallargument ofabort()for more information.
Examples
if (FALSE) { # \dontrun{
codebook_rock_codes(read_qdpx(example_qdpx())$CodeBook)
} # }