omegahat / RCurl

Other
29 stars 14 forks source link

How to get Label Headers while exporting data from RedCap using API? #27

Open kkayyala83 opened 7 years ago

kkayyala83 commented 7 years ago

Hi, Thanks for the wonderful R package and it helped and saved me a lot of time. However, I need some help on achieving a simple task. When I export, the field names (i.e. column names) are raw, but I want actual labels.

For e.g. I have a field name = obs_id (raw name), but its Label name is "Observation ID". So, when I export using API, my field name should be "Observation ID" instead of "obs_id".

Any suggestions please? Thanks in advance for your help and support.