Handles interactions with collection cards, primarily navigation to modBrowse when a collection is clicked.

collectionsServer(id, collections, r = NULL)

Arguments

id

Module ID (must match parent module ID)

collections

Reactive containing visible collections data

r

Reactive values object for parent communication

Value

None (server function)

Examples

if (FALSE) { # \dontrun{
collectionsServer("profile", reactive(collections), r)
} # }