# NOT RUN {
content <- c(
generateSection('name', 'alpha'),
generateSection('alias', 'alpha'),
generateSection('title', 'alpha function'),
generateSection('description', 'Function alpha allows to ...')
)
generateDocumentationFile(file.path(tempdir(), 'myRdoc'), content, TRUE)
# }
Run the code above in your browser using DataLab