powered by
Process headers/footers
hf_process(x, escape_latex = TRUE)# S3 method for default hf_process(x, escape_latex = TRUE)# S3 method for character hf_process(x, escape_latex = TRUE)# S3 method for fancyhead hf_process(x, escape_latex = TRUE)# S3 method for fancyfoot hf_process(x, escape_latex = TRUE)
# S3 method for default hf_process(x, escape_latex = TRUE)
# S3 method for character hf_process(x, escape_latex = TRUE)
# S3 method for fancyhead hf_process(x, escape_latex = TRUE)
# S3 method for fancyfoot hf_process(x, escape_latex = TRUE)
character string containing headers and footers latex code
header or footer
Boolean to escape latex in header/footer
header <- fancyhead( fancyrow(left = "Protocol: 12345", right = doc_pagenum()), fancyrow(center = "Demographic Summary")) hf_process(header)
Run the code above in your browser using DataLab