【发布时间】:2017-07-19 04:17:06
【问题描述】:
在 SHINY 中,我们如何将用户输入从一些文本和数字框转移到 CSV 文件中?
流程如下:
- First the users input the information into those text boxes.
- Then the users press a Run button
- Upon pressing the button, a CSV file will be generated containing the information from those text boxes
【问题讨论】:
-
获取所有输入字段并构建 csv?
-
是的@RomanLuštrik,但我不知道该怎么做