OHDSI / ROhdsiWebApi

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

Adds new function to create an R-object (dataframe) with details of atlas definitions #41

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

Addresses https://github.com/OHDSI/ROhdsiWebApi/issues/40

schuemie commented 4 years ago

Looks good except I'd change the function name to plural

gowthamrao commented 4 years ago

Thanks. Updated.

To do: get created-date, updated-date, modified-date in date-time format consistently. Right now it is being returned inconsistently by webapi - some are date-time objects, others are strings. Makes it difficult to systematically parse it

https://github.com/OHDSI/ROhdsiWebApi/blob/e97f2582fc7aa20d47890763d2b477f1cfc39b1f/R/WebApi.R#L224