aim-rsf / browseMetadata

An R package to help a researcher browse metadata for health datasets and categorise variables based on research domains
https://aim-rsf.github.io/browseMetadata/
GNU General Public License v3.0
3 stars 1 forks source link

Improve auto categorisations #66

Closed RayStick closed 4 months ago

RayStick commented 6 months ago

Currently the code automatically categorizes certain variables if they contain these strings, see the line in the code that starts

  # auto categorise (full string and partial string matches)

This minimises the number of variables that the user has to sort through, and automatically sorts the obvious ones.

1. Are there other common variable names that pop up in SAIL datasets that we could auto sort?