Skip to contents

Setup & App Management

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

build_app()
Build and Install an appifyr Application
print(<appifyr_app>)
Print method for appifyr_app objects

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
Key-Value Pairs for Dropdown Examples

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
arg_to_json()
Argument To JSON
args_to_json()
Arguments 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