Setup & App Management

Create a new app from a template and build the app from Rmarkdown files.

build_app()

Build App

Appifying

Turn your code into a fully functional app by referencing a function and defining its inputs.

appify()

Create App From Function and Inputs

inp_dropdown()

Dropdown Input Form Group

inp_number()

Number Input Form Group

inp_text()

Text Input Form Group

Key-Values

Some predifined key-value dataframes to create dropdowns.

kvs

A list with key value pairs to be used with dropdowns.

Internals

These functions are not available on the user level.

ensure_id_postfix()

Ensure Id Postfix

create_id()

Create a Random Id

html_container_form()

App Form

html_container_output()

Container for Output

rplot()

The R-Plot Widget

set_label()

Set The Form Group Label

fg_dropdown()

Translate Form Group List to HTML

fg_number()

Translate Form Group List to HTML

fg_text()

Translate Form Group List to HTML

fg_to_html()

Form Group To HTML

args_to_json()

Arguments To JSON

arg_to_json()

Argument To JSON

atomic_to_df()

Convert List Of Values To Dataframe

df_to_df()

Convert Dataframe To Dataframe

factor_to_chr()

Convert Factor To Character

list_to_df()

Convert Key Value List To Dataframe