Learn R Programming

gCMAPWeb (version 1.12.0)

identifier_radio_html: Html code for identifier type radio button selectors

Description

This function generates the html code required to display radio buttons for the supported identifier types specified in the gCMAPWeb configuration file

Usage

identifier_radio_html(conf_data, single = FALSE)

Arguments

conf_data
list, the configuration data as returned by the read_config_file function
single,
logical, use singular nouns for radiobutton labels ?

Value

Html code as character string.