Skip to contents

Produces two Shiny inputs: {id}_upload (a fileInput) and {id}_paste (a data-URL string set by paste.js). Combine them server-side with latest_image_input().

Usage

image_input_ui(id, ns)

Arguments

id

An id prefix, namespaced within the module.

ns

The module namespace function.

Value

A Shiny UI tag list.