sistec_app: Sistec web application

Description Usage Arguments Value

View source: R/sistec_app.R

Description

This is the web application using the sistec package. It was created to ease the work using the package, but you can have the same results reading the files (sistec::read_*()), comparing the results (sistec::compare_sistec()) and write the outputs (sistec::write_output())

Usage

1
2
3
4
5
6
7
8
sistec_app(
  output_path = NULL,
  output_folder_name = "Comparações",
  max_file_size = 100,
  options_port = 8888,
  options_launch_browser = TRUE,
  test_mode = TRUE
)

Arguments

output_path

The folder where you want to save the results.

output_folder_name

The folder's name you want to save the results.

max_file_size

The maximum file size in megabytes.

options_port

The TCP port that the application should listen on, usually 8888.

options_launch_browser

If true, the system's default web browser will be launched automatically after the app is started.

test_mode

Use FALSE in production and TRUE when you are testing. In production, when you close the browser ,the app and the R session will be closed. In test, only the app will close when you close the browser.

Value

A web application.


sistec documentation built on Oct. 27, 2020, 1:06 a.m.