# NOT RUN {
pc <- ProcessingContext(
extraneous_l = list(
'my section' = "a special dedicace to neonira",
keyword = 'documentation',
concept = 'documentation generation'
),
postProcessing_l = list(
'my section' = function(content_s) {
gsub('neonira', 'NEONIRA', content_s, fixed = TRUE)
},
author = function(content_s) { NULL } # destroy section
)
)
# }
Run the code above in your browser using DataLab