OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Use readr to read and write CSV files #43

Closed schuemie closed 4 years ago

schuemie commented 4 years ago

This should prevent problems with trailing spaces in file names, as noted here.

Specifically, we should change this here,

gowthamrao commented 4 years ago

Also relates to https://github.com/OHDSI/WebAPI/issues/1510