Pulls out a code snippet based on a start and end tags as comments within the code
Usage
code_snip(
type,
filename,
startMatches = "START",
endMatches = "END",
includeStart = FALSE,
includeEnd = FALSE,
sep = "\n...\n"
)
Pulls out a code snippet based on a start and end tags as comments within the code
code_snip(
type,
filename,
startMatches = "START",
endMatches = "END",
includeStart = FALSE,
includeEnd = FALSE,
sep = "\n...\n"
)