Skip to content

Instantly share code, notes, and snippets.

@ssandra102
Created May 17, 2023 08:09
Show Gist options
  • Save ssandra102/4690f4d5532e94a744814cadba783bba to your computer and use it in GitHub Desktop.
Save ssandra102/4690f4d5532e94a744814cadba783bba to your computer and use it in GitHub Desktop.
# querying the database
result <- dbGetQuery(conn, "SELECT * FROM table_name;" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment