mercredi 19 août 2015

How to show syntax highlighting of SQLite requests on RStudio

When I do requests on SQLite using RStudio, the IDE interprets the request as "text" because of the use of quotes (" "):

dbGetQuery(debt_db, "SELECT * FROM coastal_rec")

I'd need to know if there is a way to configure RStudio in order to get syntax highlight for SQLite

Aucun commentaire:

Enregistrer un commentaire