urlInput_UI: URL Input

View source: R/utils_URL_Input.R

urlInput_UIR Documentation

URL Input

Description

URL Shiny input module. Implements elementary test to get a valid URL.

Usage

urlInput_UI(id, label = "URL", width = "100%")

urlInput(id)

Arguments

id

(character) shiny module inputId.

label

(character) display label for the control, or NULL for no label.

width

(character) the width of the input, e.g. '400px', or '100%'; see validateCssUnit().

Value

(output of calling the module part) If input is a valid URL (regex-tested + curl-tested), returns input. Else, returns NA.

Functions

  • urlInput:


earnaud/MetaShARK-v2 documentation built on Sept. 21, 2022, 10:52 a.m.