Releases: InseeFrLab/rtauargus
v-1.2.999-dev
rtauargus 1.2.999-dev
[02/2025]
- Development of the function
analyse_metadata()
that automatically analyses metadata
The input is a dataframe describing all the tables that will be published.
The function returns an other dataframe that describes the tables to protect and
indicates which tables should be treated together (i.e. usingtab_multi_manager()
).
- Development of the function
template_formatted()
(Eurostat template)
The input is an extract of the Eurostat template (only the relevant columns).
It goes through all the cells described by the template and returns the metadata of
the underlying tables. This metadata is stored in a dataframe in the right format
to be the input of theanalyse_metadata()
function.
A poster presenting those functions will be presented at the NTTS2025, it is
available here: "https://github.com/InseeFrLab/automatic_analysis_poster_NTTS2025".
rtauargus v-1.2.0
Dealing with large tables
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.2.0.tar.gz", repos = NULL, type="source")
-
To install the binary version (Windows 64bits - R 4.2) // Pour installer la version binaire (Windows 64 bits, R 4.2):
install.packages("/path/to/rtauargus_1.2.0.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/
rtauargus v-1.1.2
Refinement in IP's management.
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.1.2.tar.gz", repos = NULL, type="source")
-
To install the binary version (R 4.2) // Pour installer la version binaire (R 4.2):
install.packages("/path/to/rtauargus_1.1.2.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/
rtauargus v-1.1.0
Release to handle several linked tables at once // Traiter plusieurs tableaux liés à la fois.
-
To install the source version // Pour installer la version source du package (à privilégier) :
install.packages("/path/to/rtauargus_1.1.0.tar.gz", repos = NULL, type="source")
-
To install the binary version (R 4.1) // Pour installer la version binaire (R 4.1):
install.packages("/path/to/rtauargus_1.1.0.zip", repos = NULL, type="binary")
Documentation is available here // Documentation disponible ici: https://inseefrlab.github.io/rtauargus/