Learn R Programming

sistec (version 0.0.2)

sistec_app: Sistec web application

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

sistec_app(
  output_path = NULL,
  output_folder_name = "Sistec_app",
  max_file_size = 100
)

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.

Value

A web application.