[問題類型]:
程式諮詢(我想用R 做某件事情,但是我不知道要怎麼用R 寫出來)
[軟體熟悉度]:
入門(寫過其他程式,只是對語法不熟悉)
[問題敘述]:
我想在一台Ubuntu server的機子上執行shiny
(測試一)這是在那台機子上測試的shiny頁面:
http://140.128.197.58:3838/sample-apps/shiny1/
(測試二)也可以用javascrip 去執行 leaflet頁面
http://140.128.197.58:3838/sample-apps/html-samples/leaflet.html
問題在這↓↓
!!!!!!!!!(問題頁面)但在一台Ubuntu server的機子上執行shiny
中的leaflet互動地圖套件,卻無法呈現頁面
http://140.128.197.58:3838/sample-apps/leaflet1/
(頁面錯誤訊息)(請複製網頁用google chrom開啟)
ERROR: An error has occurred. Check your logs or contact the app author for
clarification.
[程式範例]:(leaflet測試碼)
程式是用shiny的方法測試的,會分成ui和server兩部份
不會太複雜,在rstudio上可成功運作
(請先在rstudio上下載shiny 和leaflet套件)