diff --git a/docs/404.html b/docs/404.html index 755f036..78d3c52 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/articles/Implementation_of_sample_datasets.html b/docs/articles/Implementation_of_sample_datasets.html index a09d2a6..c60d9b1 100644 --- a/docs/articles/Implementation_of_sample_datasets.html +++ b/docs/articles/Implementation_of_sample_datasets.html @@ -33,7 +33,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/articles/Retrieve_classification_and_correspondence_tables.html b/docs/articles/Retrieve_classification_and_correspondence_tables.html index 3664f1d..9c5cf67 100644 --- a/docs/articles/Retrieve_classification_and_correspondence_tables.html +++ b/docs/articles/Retrieve_classification_and_correspondence_tables.html @@ -33,7 +33,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -146,14 +146,7 @@

Extract Classification Tableslevel = level_dt[nrow(level_dt),2] level_dt; level -dt = retrieveClassificationTable(prefix, endpoint, conceptScheme, level = level, CSVout) -#> Rows: 0 Columns: 7 -#> ── Column specification ──────────────────────────────────────────────────────── -#> Delimiter: "," -#> chr (7): nace2, NAME, Include, Include_Also, Exclude, URL, datatype -#> -#> Use `spec()` to retrieve the full column specification for this data. -#> Specify the column types or set `show_col_types = FALSE` to quiet this message. +dt = retrieveClassificationTable(prefix, endpoint, conceptScheme, level, language, CSVout)

Other functions used to extract Classification Tables

@@ -185,7 +178,8 @@

Other functions u

The function returns a table with the following columns:

The following code produce a list including the structure of each classification available in CELLAR and FAO.

-
## Obtain the structure of all classifications 
+
+## Obtain the structure of all classifications 
 ## CELLAR
 data_CELLAR = list()
 endpoint = "CELLAR"
@@ -209,7 +203,7 @@ 

Other functions u conceptScheme = list_data$FAO[i,2] data_FAO[[i]] = structureData(prefix, conceptScheme, endpoint) } -names(data_FAO) = list_data$FAO[,1]

+names(data_FAO) = list_data$FAO[,1]

@@ -243,15 +237,7 @@

Extract Correspondence TablesID_table = "NACE2_PRODCOM2021" language = "en" CSVout = FALSE -dt = retrieveCorrespondenceTable(prefix, endpoint, ID_table, language, CSVout) -#> Rows: 5575 Columns: 6 -#> ── Column specification ──────────────────────────────────────────────────────── -#> Delimiter: "," -#> chr (5): NACE2, Label_NACE2, PRODCOM2021, Label_PRODCOM2021, URL -#> lgl (1): Comment -#> -#> Use `spec()` to retrieve the full column specification for this data. -#> Specify the column types or set `show_col_types = FALSE` to quiet this message.

+dt = retrieveCorrespondenceTable(prefix, endpoint, ID_table, language, CSVout)

To following code is used to retrieve a specific correspondence table between CPCv21 and ISIC4 from FAO:

@@ -260,15 +246,7 @@ 

Extract Correspondence TablesID_table = "CPC21-ISIC4" language = "en" CSVout = FALSE -dt = retrieveCorrespondenceTable(prefix, endpoint, ID_table, language, CSVout) -#> Rows: 2663 Columns: 6 -#> ── Column specification ──────────────────────────────────────────────────────── -#> Delimiter: "," -#> chr (5): CPC21, Label_CPC21, ISIC4, Label_ISIC4, URL -#> lgl (1): Comment -#> -#> Use `spec()` to retrieve the full column specification for this data. -#> Specify the column types or set `show_col_types = FALSE` to quiet this message.

+dt = retrieveCorrespondenceTable(prefix, endpoint, ID_table, language, CSVout)

Other functions used to extract Correspondence Tables

diff --git a/docs/articles/index.html b/docs/articles/index.html index f509371..7bd5768 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1
diff --git a/docs/authors.html b/docs/authors.html index 7826268..1163231 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -96,13 +96,13 @@

Citation

Chasiotis V, Stavropoulos P, Karlberg M, Patone M, Muraku E (2023). correspondenceTables: Creating Correspondence Tables Between Two Statistical Classifications. -R package version 0.8.0, https://github.com/eurostat/correspondenceTables. +R package version 0.8.1, https://github.com/eurostat/correspondenceTables.

@Manual{,
   title = {correspondenceTables: Creating Correspondence Tables Between Two Statistical Classifications},
   author = {Vasilis Chasiotis and Photis Stavropoulos and Martin Karlberg and Martina Patone and Erkand Muraku},
   year = {2023},
-  note = {R package version 0.8.0},
+  note = {R package version 0.8.1},
   url = {https://github.com/eurostat/correspondenceTables},
 }
diff --git a/docs/index.html b/docs/index.html index 868a698..664f9ed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/news/index.html b/docs/news/index.html index cf0b830..89c3632 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -60,6 +60,16 @@

Changelog

Source: NEWS.md +
+ +
+
+ +
diff --git a/docs/reference/correspondenceList.html b/docs/reference/correspondenceList.html index 8df896e..a31e113 100644 --- a/docs/reference/correspondenceList.html +++ b/docs/reference/correspondenceList.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -87,255 +87,7 @@

Value

Examples

{
     corr_list = correspondenceList("ALL")
-    }
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 5 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 6 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 5 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 4 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 4 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 3 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 3 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 1 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (3): ID_table, Table, URL
-#> lgl (2): A, B
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 1 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (3): ID_table, Table, URL
-#> lgl (2): A, B
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 1 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (3): ID_table, Table, URL
-#> lgl (2): A, B
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 3 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 4 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 3 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 8 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 2 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 11 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 0 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 2 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 9 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 9 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 2 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 2 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
-#> Rows: 1 Columns: 5
-#> ── Column specification ────────────────────────────────────────────────────────
-#> Delimiter: ","
-#> chr (5): ID_table, A, B, Table, URL
-#> 
-#>  Use `spec()` to retrieve the full column specification for this data.
-#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
+}
 
diff --git a/docs/reference/index.html b/docs/reference/index.html index 2c7559c..7199493 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/reference/newCorrespondenceTable.html b/docs/reference/newCorrespondenceTable.html index 55b9813..a892287 100644 --- a/docs/reference/newCorrespondenceTable.html +++ b/docs/reference/newCorrespondenceTable.html @@ -20,7 +20,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/reference/prefixList.html b/docs/reference/prefixList.html index 9b0484d..8c60d7a 100644 --- a/docs/reference/prefixList.html +++ b/docs/reference/prefixList.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -87,7 +87,7 @@

Value

Examples

{
     endpoint = "CELLAR"
-    prefix_lst = prefixList(endpoint)
+    prefix_list = prefixList(endpoint)
     }
 
diff --git a/docs/reference/retrieveClassificationTable.html b/docs/reference/retrieveClassificationTable.html index f55578e..4492552 100644 --- a/docs/reference/retrieveClassificationTable.html +++ b/docs/reference/retrieveClassificationTable.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -122,12 +122,47 @@

Value

Examples

{
     prefix = "nace2"
+    endpoint = "CELLAR"
     conceptScheme = "nace2"
     dt = retrieveClassificationTable(prefix, endpoint, conceptScheme)
-    # By default retrived all levels and only english
-    View(dt)
+    # By default retrieved all levels and only English
+    head(dt)
     }
-#> Error in eval(expr, envir, enclos): object 'endpoint' not found
+#>   nace2                                                                   NAME
+#> 2    01  01 Crop and animal production, hunting and related service activities
+#> 3  01.1                                    01.1 Growing of non-perennial crops
+#> 4 01.11 01.11 Growing of cereals (except rice), leguminous crops and oil seeds
+#> 5 01.12                                                  01.12 Growing of rice
+#> 6 01.13               01.13 Growing of vegetables and melons, roots and tubers
+#> 7 01.14                                            01.14 Growing of sugar cane
+#>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Include
+#> 2                                                                                                                                                                                                                                                                                                                                        This division includes two basic activities, namely the production of crop products and production of animal products, covering also the forms of organic agriculture, the growing of genetically modified crops and the raising of genetically modified animals. This division includes growing of crops in open fields as well in greenhouses.\n \nGroup 01.5 (Mixed farming) breaks with the usual principles for identifying main activity. It accepts that many agricultural holdings have reasonably balanced crop and animal production, and that it would be arbitrary to classify them in one category or the other.
+#> 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This group includes the growing of non-perennial crops, i.e. plants that do not last for more than two growing seasons. Included is the growing of these plants for the purpose of seed production.
+#> 4                                                                                                                                                                                                    This class includes all forms of growing of cereals, leguminous crops and oil seeds in open fields. The growing of these crops is often combined within agricultural units.\n\nThis class includes:\n- growing of cereals such as:\n  • wheat\n  • grain maize\n  • sorghum\n  • barley\n  • rye\n  • oats\n  • millets\n  • other cereals n.e.c.\n- growing of leguminous crops such as:\n  • beans\n  • broad beans\n  • chick peas\n  • cow peas\n  • lentils\n  • lupines\n  • peas\n  • pigeon peas\n  • other leguminous crops\n- growing of oil seeds such as:\n  • soya beans\n  • groundnuts\n  • castor bean\n  • linseed\n  • mustard seed\n  • niger seed\n  • rapeseed\n  • safflower seed\n  • sesame seed\n  • sunflower seed\n  • other oil seeds
+#> 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     This class includes:\n- growing of rice (including organic farming and the growing of genetically modified rice)
+#> 6 This class includes:\n- growing of leafy or stem vegetables such as:\n  • artichokes\n  • asparagus\n  • cabbages\n  • cauliflower and broccoli\n  • lettuce and chicory\n  • spinach\n  • other leafy or stem vegetables\n- growing of fruit bearing vegetables such as:\n  • cucumbers and gherkins\n  • eggplants (aubergines)\n  • tomatoes\n  • watermelons\n  • cantaloupes\n  • other melons and fruit-bearing vegetables\n- growing of root, bulb or tuberous vegetables such as:\n  • carrots\n  • turnips\n  • garlic\n  • onions (incl. shallots)\n  • leeks and other alliaceous vegetables\n  • other root, bulb or tuberous vegetables\n- growing of mushrooms and truffles\n- growing of vegetable seeds, including sugar beet seeds, excluding other beet seeds\n- growing of sugar beet\n- growing of other vegetables\n- growing of roots and tubers such as:\n  • potatoes\n  • sweet potatoes\n  • cassava\n  • yams\n  • other roots and tubers
+#> 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
+#>                                                                                                                     Include_Also
+#> 2 This division also includes service activities incidental to agriculture, as well as hunting, trapping and related activities.
+#> 3                                                                                                                               
+#> 4                                                                                                                               
+#> 5                                                                                                                               
+#> 6                                                                                                                               
+#> 7                                                                                                                               
+#>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Exclude
+#> 2 Agricultural activities exclude any subsequent processing of the agricultural products (classified under divisions 10 and 11 (Manufacture of food products and beverages) and division 12 (Manufacture of tobacco products)), beyond that needed to prepare them for the primary markets. The preparation of products for the primary markets is included here.\n\nThe division excludes field construction (e.g. agricultural land terracing, drainage, preparing rice paddies etc.) classified in section F (Construction) and buyers and cooperative associations engaged in the marketing of farm products classified in section G. Also excluded is the landscape care and maintenance, which is classified in class 81.30.
+#> 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
+#> 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This class excludes:\n- growing of rice, see 01.12\n- growing of sweet corn, see 01.13\n- growing of maize for fodder, see 01.19\n- growing of oleaginous fruits, see 01.26
+#> 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
+#> 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This class excludes:\n- growing of chillies, peppers (capsicum sop.) and other spices and aromatic crops, see 01.28\n- growing of mushroom spawn, see 01.30
+#> 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         This class excludes:\n- growing of sugar beet, see 01.13
+#>                                    URL
+#> 2   http://data.europa.eu/ux2/nace2/01
+#> 3  http://data.europa.eu/ux2/nace2/011
+#> 4 http://data.europa.eu/ux2/nace2/0111
+#> 5 http://data.europa.eu/ux2/nace2/0112
+#> 6 http://data.europa.eu/ux2/nace2/0113
+#> 7 http://data.europa.eu/ux2/nace2/0114
 
diff --git a/docs/reference/retrieveCorrespondenceTable.html b/docs/reference/retrieveCorrespondenceTable.html index 9295958..d862923 100644 --- a/docs/reference/retrieveCorrespondenceTable.html +++ b/docs/reference/retrieveCorrespondenceTable.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 @@ -120,18 +120,29 @@

Examples

ID_table = "NACE2_PRODCOM2021" language = "fr" dt = retrieveCorrespondenceTable(prefix, endpoint, ID_table, language) - View(dt) + head(dt) } -#> Rows: 5575 Columns: 6 -#> ── Column specification ──────────────────────────────────────────────────────── -#> Delimiter: "," -#> chr (5): NACE2, Label_NACE2, PRODCOM2021, Label_PRODCOM2021, URL -#> lgl (1): Comment -#> -#> Use `spec()` to retrieve the full column specification for this data. -#> Specify the column types or set `show_col_types = FALSE` to quiet this message. -#> Warning: unable to open display -#> Error in .External2(C_dataviewer, x, title): unable to start data viewer +#> NACE2 Label_NACE2 PRODCOM2021 +#> 1 710 07.10 Extraction de minerais de fer 710 +#> 2 710 07.10 Extraction de minerais de fer 71010 +#> 3 710 07.10 Extraction de minerais de fer 7101010 +#> 4 710 07.10 Extraction de minerais de fer 7101020 +#> 5 729 07.29 Extraction d'autres minerais de métaux non ferreux 729 +#> 6 729 07.29 Extraction d'autres minerais de métaux non ferreux 72911 +#> Label_PRODCOM2021 +#> 1 07.10 Extraction de minerais de fer +#> 2 07.10.10 Minerais de fer +#> 3 07.10.10.10 Minerais de fer et leurs concentrés, non agglomérés (à l''exclusion des pyrites de fer grillées +#> 4 07.10.10.20 Minerais de fer et leurs concentrés, agglomérés (à l''exclusion des pyrites de fer grillées) +#> 5 07.29 Extraction d'autres minerais de métaux non ferreux +#> 6 07.29.11 Minerais de cuivre +#> Comment URL +#> 1 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0710 +#> 2 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0710 +#> 3 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0710 +#> 4 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0710 +#> 5 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0729 +#> 6 NA http://data.europa.eu/ux2/nace2/NACE2_PRODCOM2021_0729 diff --git a/docs/reference/structureData.html b/docs/reference/structureData.html index e65e51e..b2493f3 100644 --- a/docs/reference/structureData.html +++ b/docs/reference/structureData.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1 diff --git a/docs/reference/updateCorrespondenceTable.html b/docs/reference/updateCorrespondenceTable.html index e3dce7f..bbbc494 100644 --- a/docs/reference/updateCorrespondenceTable.html +++ b/docs/reference/updateCorrespondenceTable.html @@ -17,7 +17,7 @@ correspondenceTables - 0.8.0 + 0.8.1