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