Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app.R #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shobha-nosimpler
Copy link

Modified the server code to create datasetInput using eventReactive() function that creates a data frame for predictor variables to be updated in the event of hitting the submit button; as such, there is no need to create a csv file for test dataset. The reactive code in both, the text box and table, also get triggered upon event.

Modified the server code to create datasetInput using eventReactive() function  that creates a data frame for predictor variables to be updated in the event of the hitting the submit button; as such there is not need to create a csv file for test dataset. The reactive code in both, the text box and table also get triggered upon event.
@shobha-nosimpler
Copy link
Author

Hi Chanin!
I'm new to Shiny and find your videos very useful.
I've used eventReactive function in server code to create a data frame for test dataset that gets updated with UI input values upon the event of hitting the submit button; hence there is no need to create csv file for the input values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant