Ravin, read the image into list src and then display using renderImage() to show image in shiny.
An example -
output$team_img = renderImage({ list(src = "C:\\Users\\admin\\Downloads\\teams.jpg", contentType = "image/jpeg")})
Now use ImageOutput() to display the image.
It's better to create a folder names www and save the image within the directory.