mod_uploadData: mod_uploadData_ui and mod_uploadData_server

Description Usage Arguments Details

Description

A shiny Module. This module allows the user to upload three different types of files and does file checking to confirm the correct delimiter is selected. The output from this module is sent to three different modules (tipCheck, displayTree, and cladeAnnotator). This module contains 3 functions located at the end of the script that are used within (read_data, file_type, and file_check). Essentially, these functions are for reading in the data and checking that the selected file type gives the expected output. This module also contains three functions in the golem_utils_server file (replace_column_header, gene_object_out, m_file_conversion). Essentially, these functions are used to manipulate the files to combine them. The uploadData_ui contains two scripts located in the golem_utils_ui file (file_upload and input_separator), which reduce the code in the ui of this module.

Usage

1
2
3
mod_uploadData_ui(id)

mod_uploadData_server(input, output, session)

Arguments

id

shiny id

input

internal

output

internal

session

internal

Details

uploadData Function


jennahamlin/Tinsel documentation built on Sept. 15, 2021, 9:46 a.m.