Skip to content

Instantly share code, notes, and snippets.

@ssandra102
Created May 17, 2023 08:06
Show Gist options
  • Save ssandra102/359b5f7efc32cf7cacecc5f74b7a4f57 to your computer and use it in GitHub Desktop.
Save ssandra102/359b5f7efc32cf7cacecc5f74b7a4f57 to your computer and use it in GitHub Desktop.
# written globally
credentials <- data.frame(
# username root belongs to the admin, with root1 as password.
user = c("user", "root"), # mandatory
password = c("user1", "root1"), # mandatory
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment