TimStats commited on
Commit
af71f11
·
verified ·
1 Parent(s): 0a6172a

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -4
app.R CHANGED
@@ -165,10 +165,10 @@ gt_theme_tim <- function(gt_object,...) {
165
  }
166
 
167
  user_base <- tibble::tibble(
168
- user = c("TrentR", "TimChen"),
169
- password = (c("Caprisun", "TimStats")),
170
- permissions = c("admin", "standard"),
171
- name = c("User One", "User Two")
172
  )
173
 
174
  # Define UI for application that draws a histogram
 
165
  }
166
 
167
  user_base <- tibble::tibble(
168
+ user = c(Sys.getenv(Username)),
169
+ password = (c(Sys.getenv(Password))),
170
+ permissions = c("admin"),
171
+ name = c("User One")
172
  )
173
 
174
  # Define UI for application that draws a histogram