Skip to content

Commit 38cfa46

Browse files
committed
Roxygenize
1 parent 9525df1 commit 38cfa46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export(installExprFunction)
7979
export(invalidateLater)
8080
export(is.reactive)
8181
export(is.reactivevalues)
82+
export(is.shiny.appobj)
8283
export(is.singleton)
8384
export(isolate)
8485
export(knit_print.html)

man/shinyApp.Rd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
\alias{as.shiny.appobj.list}
66
\alias{as.shiny.appobj.shiny.appobj}
77
\alias{as.tags.shiny.appobj}
8+
\alias{is.shiny.appobj}
89
\alias{print.shiny.appobj}
910
\alias{shinyApp}
1011
\alias{shinyAppDir}
1112
\title{Create a Shiny app object}
1213
\usage{
13-
shinyApp(ui, server, onStart = NULL, options = list(), uiPattern = "/")
14+
shinyApp(ui = NULL, server = NULL, onStart = NULL, options = list(),
15+
uiPattern = "/")
1416

1517
shinyAppDir(appDir, options = list())
1618

@@ -22,6 +24,8 @@ as.shiny.appobj(x)
2224

2325
\method{as.shiny.appobj}{character}(x)
2426

27+
is.shiny.appobj(x)
28+
2529
\method{print}{shiny.appobj}(x, ...)
2630

2731
\method{as.tags}{shiny.appobj}(x, ...)

0 commit comments

Comments
 (0)