[問題] Shinyapp

作者: psinqoo (零度空間)   2014-12-11 21:00:55
問題: 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="")
作者: ty854697   2014-12-11 22:49:00
x1<-paste("https://www.xxx.xxx/xx/xxx/xxx_",input$num,".html")
作者: Carollax (更更)   2014-12-11 23:27:00
在paste函數裡加上sep=""
作者: obarisk (OSWALT)   2014-12-12 10:35:00
paste0就沒有空格了

Links booklink

Contact Us: admin [ a t ] ucptt.com