Description Usage Arguments Value Author(s) See Also Examples
Shortcuts Inno Setup creates in the Start Menu and/or other locations,
such as the desktop. For more information, see [Icons] section, or call inno_doc()
.
1 2 | icons_section(iss, app_dir, app_desc = "", app_icon = "default.ico",
prog_menu_icon = TRUE, desktop_icon = TRUE)
|
iss |
Character vector which cumulatively becomes an Inno Setup Script (ISS). |
app_dir |
Development app's directory, defaults to |
app_desc |
Description of Shiny app, appears on mouse-over of icons. |
app_icon |
Filename of icon in |
prog_menu_icon |
Logical. If TRUE, create a program menu shortcut. |
desktop_icon |
Logical. If TRUE, create a desktop shortcut. |
Chainable character vector, which can be used as the text
argument of writeLines
to generate an ISS.
Jonathan M. Hill
get_R
, copy_installation
, create_config
, create_bat
, directives_section
, setup_section
, languages_section
, tasks_section
, files_section
, icons_section
, run_section
, and code_section
.
1 2 3 4 5 | ## Not run:
start_iss('myapp') %>%
icons_section(app_desc = 'This Shiny app is awesome!')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.