select_input_austate: select_input_austate allows the user to select one of the...

Description Usage Arguments

View source: R/ui_functions.R

Description

select_input_austate function allows the user to choose from a list of all the Australia's state The data used for this function is a external data for a github repository. (Available in the data folder of this application) select_input_ausstate function, accepts and stores the state of Australia as per user's choice. The user's selected state can be stored in as a label in the selected_state_label, which is one of the argument of our function The user also will have to pass aus_state which is already been stored in the app.R for the second argument of this function

Usage

1
select_input_austate(selected_state_label, aus_state)

Arguments

selected_state_label

defines a new label everytime this function runs and save it's value in the input_id of our select input function

aus_state,

this requires the function to pass the aus_data, which will help the function recognize other select input default parameter, for the choices


etc5523-2020/r-package-assessment-priya51096 documentation built on Jan. 1, 2021, 1:12 a.m.