aria_aws {sistec} | R Documentation |
Aria 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_rfept()), comparing the results with (sistec::compare_sistec()) and write the outputs (sistec::write_output()).
Usage
aria_aws(
output_path = NULL,
output_folder_name = "ARIA",
max_file_size = 100,
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. |
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.
[Package sistec version 0.2.0 Index]