【发布时间】:2017-12-11 16:12:37
【问题描述】:
我有一个 html 标签 tags$a(href='mailto:email@helloWorld.com?subject=myReport&body=practice level = input$pe', "Click here!"),我想在我的标签中传递 input$pe。但现在,我只得到原始文本。任何帮助将不胜感激。
【问题讨论】:
-
tags$a(href=paste0('"mailto:email@helloWorld.com?subject=myReport&body=practice level=",input$pe,"'"), "Click here!")或类似的工作是否有效。可能需要稍作更改才能使引用的级别相互配合。
标签: javascript html r shiny