Skip to content

Instantly share code, notes, and snippets.

@MarkEdmondson1234
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkEdmondson1234/0636048a6f1135726069 to your computer and use it in GitHub Desktop.
Save MarkEdmondson1234/0636048a6f1135726069 to your computer and use it in GitHub Desktop.
# secrets.R
options(
mysql = list(
"host" = "YOUR SQL IP",
"port" = 3306,
"user" = "YOUR SQL USER",
"password" = "YOUR USER PW",
"databaseName" = "onlinegashiny"),
rga = list(
"profile_id" = "The GA View ID",
"daysBackToFetch" = 356*3
),
shinyMulti = list(
"max_plots" = 10
),
myCausalImpact = list(
"test_time" = 14,
"season" = 7
),
shiny.maxRequestSize = 0.5*1024^2 ## upload only 0.5 MB
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment