TimStats commited on
Commit
ec86d72
·
verified ·
1 Parent(s): 8e3ffe6

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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 = '1000px',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)
 
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)