Warning in load_local_config(translation_csv_config): You didn't specify config
translation yaml file. Default settings are used.
i18n$set_translation_language("en")
3.1 A clinical data class
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.