Shiny
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents
*概要 [#description]
''[[Shiny:http://www.rstudio.com/shiny/index.html]]''は、...
なお、両者共に[[Apache:http://httpd.apache.org/index.html...
''[[Shiny:http://www.rstudio.com/shiny/index.html]]''は''...
(''[[RStudio:http://www.rstudio.com/index.html]]''につい...
Web上のユーザーインタフェースを司る''ui.R''と内部動作を司...
>[[Shiny:http://www.rstudio.com/shiny/index.html]] 公式サ...
>>[[Tutorial: Building 'Shiny' Applications with R:http:/...
>>>日本語訳については「[[チュートリアル: RによるShinyアプ...
>[[shiny:https://github.com/rstudio/shiny]] 開発レポジトリ
各''[[R:http://www.r-project.org/index.html]]''ユーザーに...
自分も試してみたい、という方は、登録したうえで指示に従っ...
>[[Shiny Server beta program:https://rstudio.wufoo.com/fo...
他のインターネット上のサーバーならば、例えば、[[Gists:htt...
URLが
>[[https://gist.github.com/ユーザӦ...
//https://gist.github.com/ユーザー/ディレクトリ
//文字参照
//https://gist.github.com/ユーザー...
ならば、
利用者は''[[R:http://www.r-project.org/index.html]]''コン...
shiny::runGist ( "ディレクトリ" )
と入力するだけで使えます。
*使用方法 [#use]
''[[R:http://www.r-project.org/index.html]]''コンソール上で
if ( length ( grep ( paste ( "^" , "shiny" , "$" , sep="...
install.packages ( shiny ) # 未インストールの場合にのみ...
}
library ( shiny ) # パッケージをロードする
runApp ( "ui.Rとserver.Rの二つがあるディレクトリのpath" ...
とする。
ウェブサーバーが立ち上がりますが、セキュリティ周りが弱い...
ローカルにサーバーを立てる場合は''OpenShiny''という補助ア...
>[[Shiny アプリをワンクリックで起動するやつ作った:http://...
*参考文献 [#w9ac2055]
-[[Web Application Development with R Using Shiny:http://...
*参考記事 [#article]
-[[統計データを誰でも使いやすくするR製Webアプリケーション...
-[[Shinyを使って、RだけでWebアプリケーション:http://ixixi...
-[[RStudio Shiny TIPS:http://d.hatena.ne.jp/hoxo_m/201212...
-[[メモ: RStudio Shiny でファイルごとにタブを作る:http://...
-[[Tab by File Test:http://glimmer.rstudio.com/hoxom/TabB...
-[[Twitter関連タグ検索:https://gist.github.com/nezuQ/4702...
-[[Webアプリ開発なら、Shiny?:http://jn1inl.blog77.fc2.com...
-[[RStudio ShinyでTwitterアプリを作ってみる:http://nezuq....
--[[Readme.R:https://gist.github.com/nezuQ/4702281]]
-[[Shiny allows web applications with R:http://flowingdat...
-[[A Shiny web app to find out how much medical procedure...
-[[More explorations of Shiny:http://www.econometricsbysi...
-[[Principal Components Analysis Shiny App:http://imdevso...
-[[Interactive Heatmaps (and Dendrograms) – A Shiny...
-[[Dashboards in R with Shiny and GoogleVis:http://hernan...
-[[Crime Against Women in India – Addressing 8 Ques...
-[[Interactive 3D in Shiny (shinyRGL):http://trestletechn...
終了行:
#contents
*概要 [#description]
''[[Shiny:http://www.rstudio.com/shiny/index.html]]''は、...
なお、両者共に[[Apache:http://httpd.apache.org/index.html...
''[[Shiny:http://www.rstudio.com/shiny/index.html]]''は''...
(''[[RStudio:http://www.rstudio.com/index.html]]''につい...
Web上のユーザーインタフェースを司る''ui.R''と内部動作を司...
>[[Shiny:http://www.rstudio.com/shiny/index.html]] 公式サ...
>>[[Tutorial: Building 'Shiny' Applications with R:http:/...
>>>日本語訳については「[[チュートリアル: RによるShinyアプ...
>[[shiny:https://github.com/rstudio/shiny]] 開発レポジトリ
各''[[R:http://www.r-project.org/index.html]]''ユーザーに...
自分も試してみたい、という方は、登録したうえで指示に従っ...
>[[Shiny Server beta program:https://rstudio.wufoo.com/fo...
他のインターネット上のサーバーならば、例えば、[[Gists:htt...
URLが
>[[https://gist.github.com/ユーザӦ...
//https://gist.github.com/ユーザー/ディレクトリ
//文字参照
//https://gist.github.com/ユーザー...
ならば、
利用者は''[[R:http://www.r-project.org/index.html]]''コン...
shiny::runGist ( "ディレクトリ" )
と入力するだけで使えます。
*使用方法 [#use]
''[[R:http://www.r-project.org/index.html]]''コンソール上で
if ( length ( grep ( paste ( "^" , "shiny" , "$" , sep="...
install.packages ( shiny ) # 未インストールの場合にのみ...
}
library ( shiny ) # パッケージをロードする
runApp ( "ui.Rとserver.Rの二つがあるディレクトリのpath" ...
とする。
ウェブサーバーが立ち上がりますが、セキュリティ周りが弱い...
ローカルにサーバーを立てる場合は''OpenShiny''という補助ア...
>[[Shiny アプリをワンクリックで起動するやつ作った:http://...
*参考文献 [#w9ac2055]
-[[Web Application Development with R Using Shiny:http://...
*参考記事 [#article]
-[[統計データを誰でも使いやすくするR製Webアプリケーション...
-[[Shinyを使って、RだけでWebアプリケーション:http://ixixi...
-[[RStudio Shiny TIPS:http://d.hatena.ne.jp/hoxo_m/201212...
-[[メモ: RStudio Shiny でファイルごとにタブを作る:http://...
-[[Tab by File Test:http://glimmer.rstudio.com/hoxom/TabB...
-[[Twitter関連タグ検索:https://gist.github.com/nezuQ/4702...
-[[Webアプリ開発なら、Shiny?:http://jn1inl.blog77.fc2.com...
-[[RStudio ShinyでTwitterアプリを作ってみる:http://nezuq....
--[[Readme.R:https://gist.github.com/nezuQ/4702281]]
-[[Shiny allows web applications with R:http://flowingdat...
-[[A Shiny web app to find out how much medical procedure...
-[[More explorations of Shiny:http://www.econometricsbysi...
-[[Principal Components Analysis Shiny App:http://imdevso...
-[[Interactive Heatmaps (and Dendrograms) – A Shiny...
-[[Dashboards in R with Shiny and GoogleVis:http://hernan...
-[[Crime Against Women in India – Addressing 8 Ques...
-[[Interactive 3D in Shiny (shinyRGL):http://trestletechn...
ページ名: