SQL Databases For dplyr Users: Introduction

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 7

  • @ShannonMerkle
    @ShannonMerkle 2 месяца назад

    My databases are in a .sqlite3 'SQLiteStudio Document' format, would this be a problem/different process? These are great videos, thanks!

    • @weecology
      @weecology  22 дня назад

      You're welcome! I think it should still work, but I don't have any direct experience with that particular case.

  • @dolusolana2127
    @dolusolana2127 2 года назад

    I have been trying to set up a remote postgresql server. But it's not working 🥺. The error message says database name doesn't exist but it does.

    • @weecology
      @weecology  2 года назад

      Running remote postgresql servers is definitely tricky. Unfortunately it's been too long since I ran one for me to be of much help.

    • @dolusolana2127
      @dolusolana2127 2 года назад

      @@weecology thanks

    • @outofahat9363
      @outofahat9363 2 года назад

      havent tried with postgresql but i can help you with the next closest thing, MariaDb . the following code its working
      library(DBI)
      library (RMariaDB)
      library(dplyr)
      con