reload: Reload

Description Usage Arguments Value Functions

Description

Create a button to reload/reconnect to shiny.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
reload_button(
  text = "reload",
  class = c("default", "danger", "info", "success", "warning")
)

reload_link(
  text = "reload",
  class = c("default", "danger", "info", "success", "warning")
)

f7_reload_button(text = "reload", 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


sever documentation built on July 15, 2021, 1:06 a.m.