# \donttest{
### Use a temporary file to write to
tmpFile <- tempfile(fileext = ".pdf");
### Load an example codebook
data("exampleCodebook_1", package = "rock");
rock::template_codebook_to_pdf(
exampleCodebook_1,
file = tmpFile
);
# }
Run the code above in your browser using DataLab