Re: [問題] Shinyapp
在我的電腦RUN是正常
用的是 rvest 包
但有出現
Note: the specification for class “Token” in package ‘selectr’ seems
equivalent to one from package ‘httr’: not turning on duplicate class
definitions for this class.
但上傳後 出現
Error:server certificate verification failed.
CAfile: /usr/local/lib/R/site-library/httr/cacert.pem CRLfile: none
http://ppt.cc/XO~8
需要做甚麼調整
※ 引述《psinqoo (零度空間)》之銘言:
:
: 問題: shinyapp server.r
:
: [問題類型]:
:
: 程式諮詢
:
: [軟體熟悉度]:
:
: 使用者(已經有用R 做過不少作品)
: [問題敘述]:
:
: 我在 ui.r 讓使用者能輸入 "數字"
: 在server.r
: ui.r 輸入後到 server.r 參數 input$num
: x1<-"https://www.xxx.xxx/xx/xxx/xxx_數字.html"
: (x1<-"https://www.xxx.xxx/xx/xxx/xxx_input$num.html")
: 這段要怎麼寫
: 例如 ui.r 使用者 輸入 1234
: x1<-"https://www.xxx.xxx/xx/xxx/xxx_1234.html"
:
: [程式範例]:
:
: 張貼能夠重現錯誤的程式碼,可以幫助版友更快的幫你解決問題
:
: [關鍵字]:
: shinyapp
:
: 選擇性,也許未來有用
:
: 謝謝各位大大解答
: 正解
: x1<-paste("https://www.xxx.xxx/xx/xxx/xxx_",input$num,".html",sep="")
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.41.190.66
※ 文章網址: http://www.ptt.cc/bbs/R_Language/M.1418356756.A.661.html
※ 編輯: psinqoo (114.41.190.66), 12/12/2014 12:00:05
※ 編輯: psinqoo (114.41.190.66), 12/12/2014 12:46:16
→
12/12 19:51, , 1F
12/12 19:51, 1F
→
12/12 20:22, , 2F
12/12 20:22, 2F
※ 編輯: psinqoo (114.41.190.66), 12/12/2014 20:26:10
討論串 (同標題文章)
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章