browse_inline: Browse inline responses in shiny app

View source: R/browse.R

browse_inlineR Documentation

Browse inline responses in shiny app

Description

Browse inline responses in shiny app

Usage

browse_inline(
  htbl,
  start_delim = "START HERE.*",
  end_delim = "END HERE.*",
  outfile = "inline_scores.rds",
  overwrite = FALSE
)

Arguments

htbl

Data frame with two columns, sub_id (submission id) and filename, name of html file.

start_delim

Delimiter for html comment starting text block (regular expression)

end_delim

Delimiter for html comment ending text block (regular expression)

outfile

Name of output file to write response data to.

overwrite

Whether to overwrite the output file if it already exists.


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.