Learn R Programming

RInno (version 0.0.3)

files: File Section of ISS

Description

Files to be installed on user's computer. Everything in app_dir plus file_list. For more information, visit [Files] section.

Usage

files(iss, app_dir, file_list = character())

Arguments

iss

Character vector which cummulatively becomes an Inno Setup Script (ISS).

app_dir

Shiny app's directory, defaults to getwd().

file_list

Character vector. Extra files to be installed with the app.

Value

Chainable character vector, which can be used as the text argument of writeLines to generate an ISS.