img_sections | R Documentation |
Measure and rate sections in an image
img_sections(
url_steps,
url_sections,
url_cats,
section_plotter,
analyst,
images,
log_path = "measures.csv",
scroll_width = 1000,
scroll_height = 500
)
url_steps |
URL to sheet within |
url_sections |
URL to sheet within |
url_cats |
URL to sheet within |
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 |
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? |
A Shiny
app.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.