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

Links between tables & variables #63

Closed RayStick closed 1 week ago

RayStick commented 6 months ago

Better reflect links between tables/variables

Within SAIL databank, there are variables that link to eachother within a table (data class) and tables that link to other tables. How could we address this complexity in this R package? Is that needed?

This could be implemented via some sort of bath processing - if a user processes multiple datasets and the same variables turn up more than once, only ask user to categorize them into a domain once? I.e. remember their responses

RayStick commented 3 weeks ago

I am working on this!