Creates a wiki context for generating documentation for code elements. This context provides methods to create links, code snippets, and documentation for code elements.
Optional
An optional RShell instance to retrieve the R version for the auto-generation header.
The root folder(s) of the code base to analyze. Defaults to flower's src/ and test/ folder.
src/
test/
const ctx = makeContextForTypes();const linkToFn = ctx.link('myFunction');const fnDoc = ctx.doc('myFunction'); Copy
const ctx = makeContextForTypes();const linkToFn = ctx.link('myFunction');const fnDoc = ctx.doc('myFunction');
Creates a wiki context for generating documentation for code elements. This context provides methods to create links, code snippets, and documentation for code elements.