Is it possible to connect to it in Alteryx? Appreciate any advice. Thanks. Database Connection 2 REPLIES Ladarthure 14 - Magnetar 08-25-202210:40 PM Hi@td7, I found this post which seems to relate to something like this :https://community.alteryx.com/t5/Alteryx-Des...
There is less friction in obtaining data, more of the right eyes on how it should be transformed, and increased room for exploration in how the analysis could be changed. Alteryx Designer Cloud for the modern data stack Designer Cloud is here for data preparation. It is an easy-to-use ...
library(RSQLite)conn<-dbConnect(RSQLite::SQLite(),"data/mental_health.sqlite")dbListTables(conn)# 'Answer''Question''Survey' To run a query and display the results, we will use the `dbGetQuery` function. Just add a SQLite connection object and SQL query as a string. ...