Usage
preview_app(my_html, user_function = identity, server = F, assets_folder,
...)
Arguments
my_html
html in a vector of strings; output from 'create_html'.
user_function
R function; the function to process the data from the web interface.
server
T or F; whether to enable interaction between JS and R.
...
Additional parameters passed to 'start_app'.