文件名称:RWebApplicationExample:基于 Rook 的 R Web 应用程序示例
文件大小:537KB
文件格式:ZIP
更新时间:2024-06-25 07:58:22
HTML
概述 我们结合 、 和来制作一个漂亮的、基于 R 的 Web 应用程序。 截屏 安装 提供了所需软件包的列表。 要安装软件包: install.packages( ' Rook ' ) 第一个参数也可以是多个包的向量。 跑步 $ ./main Attaching package: ‘jsonlite’ The following object is masked from ‘package:utils’: View starting httpd help server ... done Server started on host 127.0.0.1 and port 5000 . App urls are: http://127.0.0.1:5000/custom/test_project 要查看网站,请在浏览器中打开以下内容: http://127.0.0.
【文件预览】:
RWebApplicationExample-master
----utility.r(262B)
----ajax.r(3KB)
----resources()
--------screenshot.png(221KB)
--------requirements.txt(29B)
----static()
--------css()
--------js()
----html()
--------index.html(9KB)
----main(681B)
----.gitignore(10B)
----README.md(1KB)