img_sections: Measure and rate sections in an image

View source: R/img_sections.R

img_sectionsR Documentation

Measure and rate sections in an image

Description

Measure and rate sections in an image

Usage

img_sections(
  url_steps,
  url_sections,
  url_cats,
  section_plotter,
  analyst,
  images,
  log_path = "measures.csv",
  scroll_width = 1000,
  scroll_height = 500
)

Arguments

url_steps

URL to sheet within GoogleSheets that has step-by-step instructions for each click the user should make on the image.

url_sections

URL to sheet within GoogleSheets that has each section that should be evaluated on the body.

url_cats

URL to sheet within GoogleSheets that has each category by which the section should be evaluated.

section_plotter

A function defined by the user, that will plot lines on the image based on the measures clicked on by the user based on url_steps instructions.

analyst

Name of analyst.

images

Filepaths to images

log_path

Path to where the measurement file should be saved.

scroll_width

How wide to make the image scrolling area in the app?

scroll_height

How tall?

Value

A Shiny app.


ericmkeen/suRvey documentation built on Feb. 5, 2025, 7:44 a.m.