startLabeling: Launch the labelMe webapp - user facing function

Description Usage Arguments Value Source References Examples

View source: R/startLabeling.R

Description

A function that allows a user to set their desired webapp parameters and serves a shiny web application.

Usage

1
startLabeling(labelingList)

Arguments

labelingList

A 2D list of strings denoting the labels that the user would like to have as options for the image labeling task

Value

None. Side effect of calling the function is the running of the Shiny webapp defined in inst/available-shiny-apps/ultrasound-shiny/app.R

Source

"setGlobalVariables.R"

References

Attali, D. (2015 April 21). Supplementing your R package with a Shiny app. Retrieved from Link

Examples

1
2
3
4
5
## Not run: 
labels <- list(list("test label1", "test label2"), list("test label12", "test label22"))
startLabeling(labels)

## End(Not run)

gabmorg/labelMe documentation built on Dec. 8, 2019, 12:36 p.m.