NS function creates namespaced IDs out of bare IDs, by joining
them using ns.sep as the delimiter. It is intended for use in Shiny
modules. See NS(namespace, id = NULL)ns.sep
id to be returned without a namespace, and length 2 will be
interpreted as multiple namespaces, in increaid is missing, returns a function that expects an id string
as its only argument and returns that id with the namespace prepended.character of length 1.NS function to turn a bare ID
into a namespaced one, by combining them with ns.sep in between.