View source: R/get_question_section.R
Checks to see if the file has already been read. If not, returns a character vector of the source file lines. If so, simply returns the already read source lines.
1 | get_f_lines(f_name = NULL, f_lines = NULL)
|
f_name |
A character representing the path to a .Rmd source file. |
f_lines |
A character vector with the lines of the .Rmd source file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.