We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a3d3c commit cfef637Copy full SHA for cfef637
app.R
@@ -19,7 +19,7 @@ ui <- fluidPage(
19
tags$hr(),
20
checkboxInput("header", "Header", TRUE),
21
checkboxInput("stringAsFactors", "Convert strings to factors", TRUE),
22
- tags$a(href = "https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive", "See source on GitHub!")
+ tags$a("See source on GitHub!", href = "https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive", target="_blank")
23
),
24
25
# Show CSV data
0 commit comments