结果:找到“Shiny”相关内容106个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
Hands-On Dashboard Development with Shiny
25 个回复 - 3470 次查看
English | October 9th, 2018 | ISBN: 1789611555 | 76 Pages | EPUB
Progressively explore UI development with
Shiny via practical examples
Key Features
Write a
Shiny interface in pure HTML
Explor ...
2018-10-19 14:07 - igs816 - R语言论坛
使用shiny制作自己的txt小说阅读器
29 个回复 - 3147 次查看
txt小说文件编码方式为UTF-8,章节名单独一行,以“第***章”格式表示。只需更改preprocess.R中txt文件路径,将txt文件和preprocess.R、ui.R、server.R放在同一文件夹中(工作目录下),然后在RGUI中输入以下代码即可。 ...
2019-4-7 16:53 - wuliea - R语言论坛
master shiny第4章翻译_基础的反应式编程_v1
0 个回复 - 1334 次查看
<![endif]–>
ch4_基础反应_v1.md
4.1 介绍
在前一章,我们讨论了shiny的UI部分,这次讨论shiny的server部分,server部分的代码使你的shiny部分更加的生动。
在shiny的server部分,你使用反应式编程表达你的逻辑 ...
2020-6-25 09:14 - 齐物论pi - R语言论坛
求认识懂shiny的朋友,有偿编程
0 个回复 - 700 次查看
我其实是在自学。就是用shiny 实现这个功能:在界面(ui.R)上设置一个参数n后。后台出现一个随机的矩阵,大小n*n , 然后根据数据数值显示不同颜色,显示在主panel上
以上这些都解决了,代码写好了
但是我现在 ...
2020-5-27 00:22 - 江夏雁 - R语言论坛
Mastering Shiny
1 个回复 - 1494 次查看
by Hadley Wickham
This is the online version of Mastering
Shiny, a book currently under early development and intended for a late 2020 release by O’Reilly Media.
Shiny is a framework for creating w ...
2019-10-9 20:39 - miragew - R语言论坛
R shiny中正则表达式不起作用
0 个回复 - 913 次查看
最近在研究路径分析,做了一个交互界面,但是需要通过正则来选择相应的行,请教一下应该怎么在shiny中实现。以下是本人代码,但是正则表达式是个变量,不加引号报错,加了引号会按照字符串处理,求教
library(shi ...
2019-7-24 19:12 - 飞翔的水星人 - R语言论坛
R语言shiny包File Downloads的问题
0 个回复 - 747 次查看
File Downloads 里面的 downloadHandler函数 接收参数filename,这个参数告诉浏览器保存时默认的文件名 可是例子给的 filename = function() {
paste("data-", Sys.Date(), ".csv", sep="")
} ...
2019-5-10 22:12 - 641384569 - 爱问频道
R shiny怎么分享自己做出的网页
0 个回复 - 1677 次查看
用r语言的shiny做了一个网页,怎么分享出去呢?
连接不上www.shinyapps.io,无法上传。
自己用浏览器打开后,另存为网页,保存的文件发给别人,显示的样子和软件运行的不一样。
求助!
2019-2-22 15:04 - GAILY2014 - R语言论坛
求问Shiny Server的用法
4 个回复 - 2193 次查看
论坛有人用shiny包开发网络APP吗?最近shinyapps.io开始收费了,免费用户一个月只能运行25小时。所以想问一下还有没有别的办法可以发布应用的,官网的shiny server貌似可以?但不太懂它的用法,求指教。
2015-3-20 20:41 - fssdlyl001 - R语言论坛
shiny server 部署失败求助
0 个回复 - 1345 次查看
当部署到shiny server时, 会报下面的错误 ,部署失败
怀疑是中文字符的问题 应该怎么修改 文件编码都是UTF-8格式
Listening on http://127.0.0.1:5981
Failed to lint file 'server.R'
The linter failed wi ...
2018-6-6 19:24 - jinkelazzz - R语言论坛
RMySQL 在 R Shiny中中应用遇到的问题
0 个回复 - 739 次查看
求助下高手,有碰到这个问题吗?
R
Shiny搭建了网页,用RMYSQL连接到了MYSQL,
Shiny中使用空间,dateRangeInput,
使用dbgetQuerry(con,SQL)
SQL="select * from SPC_Control where date_format(MEASURE_TIME,'% ...
2018-6-1 15:45 - Gover_chen - R语言论坛
Learning Shiny
1 个回复 - 1681 次查看
Make the most of R's dynamic capabilities and implement web applications with
ShinyAbout This Book
[*]Present interactive data visualizations in R within the
Shiny framework
[*]Construct web das ...
2017-2-3 16:17 - nelsoncwlee - 量化投资
R七种武器之交互化展示包shiny
4 个回复 - 2957 次查看
Easy web applications in R
Shiny is an open source R package that provides an elegant and powerful web framework for building web applications using R.
Shiny helps you turn your analyses into inter ...
2015-11-4 18:57 - hongweigg - R语言论坛
R shiny中如何一开始就弹出一个modalDialog
0 个回复 - 1440 次查看
我知道是要用observeEvent函数
observeEvent(这里该填什么呢?, once=T, {
showModal(dataModal())
})
就是运行结束一开始就弹出对话框让输入信息来验证是否进行下一步操作
obserEvent中的第一 ...
2017-8-2 09:56 - 奢香夫人1 - R语言论坛
R语言 R shiny的一个问题,麻烦大神帮忙
1 个回复 - 1028 次查看
手头有个我自己写的function---CA()。功能是在网上抓取资源,然后在项目文件夹下生成一张图片。“ofile”
想用shiny实现一个简单的功能。用户端有一个按钮btn,有一个输出图片的框。
用户点了btn后,自动执行1次CA ...
2017-6-10 18:39 - yinzheran - R语言论坛
R中shiny创建问题
1 个回复 - 987 次查看
> ~/ shinyapp
Error: unexpected '/' in "~/"
> |--ui.R
Error: unexpected '|' in "|"
> |--server.R
Error: unexpected '|' in "|"
符号是在英文状态下的,为什么会报错
2017-5-25 17:17 - 我要统计 - R语言论坛
R shiny包 超链接 本地链接
8 个回复 - 3492 次查看
请问有哪位大神熟悉shiny包的,我想问,shiny界面可以加入超链接,但是为什么加入本地连接就不行了呢?请问如果必须要加入本地连接:file:///D:/Documents/index.html 像这样的,该怎么办?
2017-5-20 20:49 - 陈超123 - R语言论坛
Learning Shiny
11 个回复 - 3020 次查看
Learning
Shiny
Hernán G. Resnizky
October 2015
Make the most of R’s dynamic capabilities and implement web applications with
Shiny2016-1-22 14:31 - carvel - 悬赏大厅
shiny 下载图片的问题
0 个回复 - 1369 次查看
请问下大家,
我在运行
Shiny 提供的example中。
runExample("01_hello");
其中的hist 选项bins是可以调整的。
如何保存这个图片呢?
我加入download 之后,保存的图片是空图片。。。
2016-12-21 11:26 - 子衿1219 - R语言论坛
shiny 下载图片
0 个回复 - 889 次查看
在shiny提供的例子中,如何下载直方图?
library(shiny)# Define UI for application that plots random distributions shinyUI(pageWithSidebar( # Application title headerPanel("Hello
Shiny!"), # Sideba ...
2016-12-21 10:00 - 子衿1219 - R语言论坛
shiny APP 下载文件的问题。
0 个回复 - 1419 次查看
在shiny package中的
runExample("10_download");
其中的页面有download按钮,点击之后,是个空文件。
为何有这个原因?
2016-12-19 21:04 - 子衿1219 - R语言论坛