MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / isREADME

Method isREADME

src/rmarkdown/knit.ts:188–190  ·  view source on GitHub ↗
(docPath: string)

Source from the content-addressed store, hash-verified

186
187 // readme files should not be knitted via render_site
188 private isREADME(docPath: string) {
189 return !!path.basename(docPath).includes('README');
190 }
191
192 // alters the working directory for evaluating chunks
193 public setKnitDir(): void {

Callers 1

getKnitCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected