App-class | R Documentation |
App
Abstract class from which Middleware
and Builder
inherit. Provides the app
field.
App
can also be used to instantiate reference classed applications wrapped around a function. See Middleware
for an example.
app
:A Rook application.
new(app=NULL)
: Creates a new App
object. app
is any Rook
aware R object.
is_rookable
, Builder
, and Middleware
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.