Nothing
Code
Rapp::run(app_path, c("--flips", "10.2"))
Condition
Error:
! Invalid value for --flips: expected integer, received "10.2".
Code
Rapp::run(app_path, c("--flips", "TRUE"))
Condition
Error:
! Invalid value for --flips: expected integer, received "TRUE".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.