This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################### | |
# Conditionaly displays a PDF file from a list of PDFs given | |
# in a selectInput. | |
# | |
# Author: Pedro Carneiro Junior | |
# This version: September-10-2017, Goiania-GO-Brazil | |
# | |
# * Will not work in browsers that don't support iframe; | |
# * PDF files pdf_file_1.pdf to pdf_file_n.pdf must be placed under the "www" subdirectory; | |
# * For better performance, use "Open in browser" button. |