Read Sqlite View Definition in R

Viewed 26

Is there a way to see the view definition in R when connecting to a Sqlite database?

I've tried using the function dbListTables but the view shows up as a table

0 Answers
Related