Traditionally in R, data is identified by classes, like numeric, integer, double, logical, factor etc. These classes can be a little confusing from a clinical or operational standpoint. In the FreesearchR app, these classes has been simplified and modified to the following data types, that are assigned on a prioritised order like the following:
Categorising data in this way makes sense when making choices on how to evaluate and analyse data. This is used throughout the FreesearchR app to simplify data handling.