Learn R Programming

sever (version 0.0.7)

reconnect: Reload

Description

Create a button to reload/reconnect to shiny.

Usage

reconnect_button(
  text = "reconnect",
  class = c("default", "danger", "info", "success", "warning")
)

reconnect_link( text = "reconnect", class = c("default", "danger", "info", "success", "warning") )

f7_reconnect_button(text = "reconnect", color = "#000")

Arguments

text

The text to use on the button.

class

The class to apply to the button.

color

Color of button.

Value

A button or link in the form of shiny::tags.

Functions

  • reconnect_button - Returns a button.

  • reconnect_link - Returns a link.

  • f7_reconnect_button - A reconnect button for shinyMobile.