Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -362,7 +362,7 @@ server <- function(input, output) {
|
|
| 362 |
output$myTable <- renderTable({
|
| 363 |
t <- summary_table(game)
|
| 364 |
return(t)
|
| 365 |
-
},width = '
|
| 366 |
output$picture <- renderImage({
|
| 367 |
if(input$league == "MLB"){
|
| 368 |
y <- paste("https://midfield.mlbstatic.com/v1/people/","/mlb/300?circle=false",sep = id)
|
|
|
|
| 362 |
output$myTable <- renderTable({
|
| 363 |
t <- summary_table(game)
|
| 364 |
return(t)
|
| 365 |
+
},width = '1100px',digits = 1,na = "NA",align = 'c')
|
| 366 |
output$picture <- renderImage({
|
| 367 |
if(input$league == "MLB"){
|
| 368 |
y <- paste("https://midfield.mlbstatic.com/v1/people/","/mlb/300?circle=false",sep = id)
|