I am trying to export data obtained from an API to a sql server. I found this guide that encourages to first save down the API data as a csv then import into SQL but I think this is a long winded approach.
I currently have attempted to use RMYSQL package to connect to sql server and then dbwritetable to insert the data into the sql but this is throwing an error. Are there any other approach to achieve this?