## App Meta Data----------------------------------------------------------------
APP_TITLE <<- "Title of the app"
APP_DESCP <<- paste(
"Description of the app",
"use multiple lines to keep the description legible."
)
## End App Meta Data------------------------------------------------------------
Update the following information on:
https://educationshinyappteam.github.io/Style_Guide/coding.html#metadata
Drop:
In favor of:
EducationShinyAppTeam/App_Template#4