Skip to content

Commit

Permalink
Merge pull request #16 from NorwegianVeterinaryInstitute/trish-patch-2
Browse files Browse the repository at this point in the history
Patch reading table
  • Loading branch information
trishangu authored Sep 26, 2024
2 parents e0e3734 + 90177b4 commit abdbcb2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions mod_mainPanel.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ mainPanelServer <- function(id, board) {
pinned_cakes <-
pin_reactive_read(
board,
#name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
name = "vi2313/cake_user_inputs",
name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
interval = 1000
)
# Hide secret ingredient
Expand Down Expand Up @@ -54,8 +53,7 @@ mainPanelServer_up <- function(id, board) {
pinned_cakes <-
pin_reactive_read(
board,
#name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
name = "vi2313/cake_user_inputs",
name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
interval = 1000
)
# Remove the secret ingredient column
Expand Down Expand Up @@ -96,8 +94,7 @@ mainPanelServer_today <- function(id, board) {
pinned_cakes <-
pin_reactive_read(
board,
#name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
name = "vi2313/cake_user_inputs",
name = paste0(Sys.getenv("USER_NAME"), '/cake_user_inputs'),
interval = 1000
)
# Remove the secret ingredient column
Expand Down

0 comments on commit abdbcb2

Please sign in to comment.