You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/auto_metadata.Rmd
+79-42Lines changed: 79 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ args(analyse_metadata)
59
59
The function arguments are as follows:
60
60
61
61
-`df_metadata`: a dataframe structured as specified in section \ref{sec:crea_meta}.
62
-
-`df_eq_indicator` : un dataframe regroupant les équations entre les indicateurs.
62
+
-`df_eq_indicator` : a dataframe of equations on indicators.
63
63
-`verbose`: a variable of type `logical`. If `TRUE` he function returns a list with the different steps of the analysis; if `FALSE`, it returns only the final dataframe with the cluster indicator.
64
64
65
65
The `df_eq_indicator` data frame consists of three columns that must follow the format below:
@@ -141,16 +141,16 @@ cluster_id_dataframe
141
141
```
142
142
143
143
```
144
-
## cluster table_name field indicator spanning_1 spanning_2 spanning_3 hrc_spanning_1
145
-
## 1 france_entreprises_2023.hrc_lettuce T10.T12.T8 france_entreprises_2023 LETTUCE HRC_NAF cj HRC_LETTUCE^h hrc_naf
For the 12 tables to be published, it is sufficient to protect 4 tables. These tables are distributed across two different clusters. Therefore, `tab_multi_manager()` needs to be called twice.
One finds the dataframe with the cluster indicator `df_tab_to_treat`. The result is the same but in list format: each element of the list is an independent cluster `tab_to_treat`. Additionally, the 6 steps of the analysis are included.
## Error in check_column_names(df_metadata): Error: The dataframe is missing one or more required columns: table_name, field, hrc_field, indicator, hrc_indicator.
260
+
## Error in `check_column_names()`:
261
+
## ! Error: The dataframe is missing one or more required columns: table_name, field, hrc_field, indicator, hrc_indicator.
## Error in check_column_names(df_metadata): Error: The dataframe is missing one or more required columns: table_name, field, hrc_field, indicator, hrc_indicator.
270
+
## Error in `check_column_names()`:
271
+
## ! Error: The dataframe is missing one or more required columns: table_name, field, hrc_field, indicator, hrc_indicator.
270
272
```
271
273
272
274
```r
@@ -275,16 +277,16 @@ cluster_id_dataframe
275
277
```
276
278
277
279
```
278
-
## cluster table_name field indicator spanning_1 spanning_2 spanning_3 hrc_spanning_1
279
-
## 1 france_entreprises_2023.hrc_lettuce T10.T12.T8 france_entreprises_2023 LETTUCE HRC_NAF cj HRC_LETTUCE^h hrc_naf
Copy file name to clipboardExpand all lines: vignettes/auto_metadata.Rmd.orig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ args(analyse_metadata)
54
54
The function arguments are as follows:
55
55
56
56
- `df_metadata`: a dataframe structured as specified in section \ref{sec:crea_meta}.
57
-
- `df_eq_indicator` : un dataframe regroupant les équations entre les indicateurs.
57
+
- `df_eq_indicator` : a dataframe of equations on indicators.
58
58
- `verbose`: a variable of type `logical`. If `TRUE` he function returns a list with the different steps of the analysis; if `FALSE`, it returns only the final dataframe with the cluster indicator.
59
59
60
60
The `df_eq_indicator` data frame consists of three columns that must follow the format below:
0 commit comments