Helper function: filtering lines
1 2  | filterLines(pattern, patternNameCol = "txt", data, startLineOffset = 0,
  input, lineCol = "Line")
 | 
pattern | 
 pattern which lines are searched  | 
patternNameCol | 
 for pattern like "/B25" use: "txt", for para names use "paraNames", (Default: "txt")  | 
data | 
 as retrieved by prepareImport()$res  | 
startLineOffset | 
 offset of starting line: 0 (if parName is in same row as parVal, 1 if parVal is one row after parName)  | 
input | 
 as retrieved by prepareImport()$input  | 
lineCol | 
 Default "Line"  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.