Skip to contents

Runs the LinkR Shiny Application.
Use language argument to choose language to use ("en" or "fr" available).
Use app_folder argument to choose a folder where the files of the application will be saved. By default, a 'linkr' folder will be created in the folder returned by path.expand("~").

Usage

linkr(
  language = "en",
  app_folder = character(),
  local = FALSE,
  show_home_page = TRUE,
  perf_monitoring = FALSE,
  debug = FALSE
)

Arguments

language

Default language to use in the App (character)

app_folder

Location of the application folder (character).

local

Run the app in local mode, do not load files on the internet (logical)

show_home_page

Should the home page be loaded ? (logical)

perf_monitoring

Monitor app performances (logical)

debug

Debug mode : steps and errors will by displayed in the console (logical)

Examples

if (FALSE) {
linkr(language = "en", perf_monitoring = FALSE, debug = FALSE, local = FALSE)
}