rmd_chunkTable | R Documentation |
With character vectors read from an Rmd file, this function returns a data frame chunk table which tells you the start, end and chunk labels in the rmdlines
rmd_chunkTable(rmdlines)
rmdlines |
a character vector, possibily read from xfun::read_utf8 from an Rmd file. |
a chunk table data frame
## Not run: filename <- "/Users/martinl/Github/course-dashboard-programming-for-data-science//grading_flow/HW8/homework8-ans.Rmd" xfun::read_utf8(process$correctAnsFilename$filename) -> rmdlines rmd_chunkTable(rmdlines) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.