Frage im Vorstellungsgespräch bei ICF

If you needed to use an pull data from an online database using R, how would you do it?

Antwort im Vorstellungsgespräch

Anonym

28. Jän. 2022

I would either use SQL scripting in R, or I would find a package that acts as an API wrapper and could pull the data for me without me having to learn the API syntax.