We can see the excellent Stack Exchange Data Explorer in the browser, and use it to run some TSQL. A random example could be: SELECT * FROM Tags
How can we run such a query from R, and return the results directly to the R session?
Note
I am aware we could use the Stack Exchange public data in Google BigQuery (e.g. using bigrquery, dbplyr etc), but I would like to avoid using this method