Skip to contents

This function extracts GHS (Globally Harmonized System) codes from PubChem. It relies on the webchem package to interact with PubChem.

Usage

extr_pubchem_ghs(casrn, verbose = TRUE, delay = 0)

Arguments

casrn

Character vector of CAS Registry Numbers (CASRN).

verbose

A logical value indicating whether to print detailed messages. Default is TRUE.

delay

A numeric value indicating the delay (in seconds) between API requests. This controls the time between successive PubChem queries. Default is 0. See Details for more info.

Value

A dataframe containing GHS information.

Details

The function performs two queries to PubChem:

  1. The first query retrieves the PubChem Compound Identifier (CID) for each IUPAC name.

  2. The second query retrieves additional information using the obtained CIDs. In cases of multiple rapid successive requests, the PubChem server may deny access. Introducing a delay between requests (using the delay parameter) can help prevent this issue.

See also

Examples

# \donttest{
extr_pubchem_ghs(casrn = c("50-00-0", "64-17-5"))
#>  Checking Internet Connection...
#>  Internet connection OK...
#> Querying 50-00-0. 
#> OK (HTTP 200).
#> 
#> Querying 712. 
#> OK (HTTP 200).
#> 
#> Querying 64-17-5. 
#> OK (HTTP 200).
#> 
#> Querying 702. 
#> OK (HTTP 200).
#> 
#>     cid   casrn   IUPAC_name
#> 1   712 50-00-0 Formaldehyde
#> 2   712 50-00-0 Formaldehyde
#> 3   712 50-00-0 Formaldehyde
#> 4   712 50-00-0 Formaldehyde
#> 5   712 50-00-0 Formaldehyde
#> 6   712 50-00-0 Formaldehyde
#> 7   712 50-00-0 Formaldehyde
#> 8   712 50-00-0 Formaldehyde
#> 9   712 50-00-0 Formaldehyde
#> 10  712 50-00-0 Formaldehyde
#> 11  712 50-00-0 Formaldehyde
#> 12  712 50-00-0 Formaldehyde
#> 13  712 50-00-0 Formaldehyde
#> 14  712 50-00-0 Formaldehyde
#> 15  712 50-00-0 Formaldehyde
#> 16  712 50-00-0 Formaldehyde
#> 17  712 50-00-0 Formaldehyde
#> 18  712 50-00-0 Formaldehyde
#> 19  712 50-00-0 Formaldehyde
#> 20  712 50-00-0 Formaldehyde
#> 21  712 50-00-0 Formaldehyde
#> 22  712 50-00-0 Formaldehyde
#> 23  712 50-00-0 Formaldehyde
#> 24  712 50-00-0 Formaldehyde
#> 25  712 50-00-0 Formaldehyde
#> 26  712 50-00-0 Formaldehyde
#> 27  712 50-00-0 Formaldehyde
#> 28  712 50-00-0 Formaldehyde
#> 29  712 50-00-0 Formaldehyde
#> 30  712 50-00-0 Formaldehyde
#> 31  712 50-00-0 Formaldehyde
#> 32  712 50-00-0 Formaldehyde
#> 33  712 50-00-0 Formaldehyde
#> 34  712 50-00-0 Formaldehyde
#> 35  712 50-00-0 Formaldehyde
#> 36  712 50-00-0 Formaldehyde
#> 37  712 50-00-0 Formaldehyde
#> 38  712 50-00-0 Formaldehyde
#> 39  712 50-00-0 Formaldehyde
#> 40  712 50-00-0 Formaldehyde
#> 41  712 50-00-0 Formaldehyde
#> 42  712 50-00-0 Formaldehyde
#> 43  712 50-00-0 Formaldehyde
#> 44  712 50-00-0 Formaldehyde
#> 45  712 50-00-0 Formaldehyde
#> 46  712 50-00-0 Formaldehyde
#> 47  712 50-00-0 Formaldehyde
#> 48  712 50-00-0 Formaldehyde
#> 49  712 50-00-0 Formaldehyde
#> 50  712 50-00-0 Formaldehyde
#> 51  712 50-00-0 Formaldehyde
#> 52  712 50-00-0 Formaldehyde
#> 53  712 50-00-0 Formaldehyde
#> 54  712 50-00-0 Formaldehyde
#> 55  712 50-00-0 Formaldehyde
#> 56  712 50-00-0 Formaldehyde
#> 57  712 50-00-0 Formaldehyde
#> 58  712 50-00-0 Formaldehyde
#> 59  712 50-00-0 Formaldehyde
#> 60  712 50-00-0 Formaldehyde
#> 61  712 50-00-0 Formaldehyde
#> 62  712 50-00-0 Formaldehyde
#> 63  712 50-00-0 Formaldehyde
#> 64  712 50-00-0 Formaldehyde
#> 65  712 50-00-0 Formaldehyde
#> 66  712 50-00-0 Formaldehyde
#> 67  712 50-00-0 Formaldehyde
#> 68  712 50-00-0 Formaldehyde
#> 69  712 50-00-0 Formaldehyde
#> 70  712 50-00-0 Formaldehyde
#> 71  712 50-00-0 Formaldehyde
#> 72  712 50-00-0 Formaldehyde
#> 73  712 50-00-0 Formaldehyde
#> 74  712 50-00-0 Formaldehyde
#> 75  712 50-00-0 Formaldehyde
#> 76  712 50-00-0 Formaldehyde
#> 77  712 50-00-0 Formaldehyde
#> 78  712 50-00-0 Formaldehyde
#> 79  712 50-00-0 Formaldehyde
#> 80  712 50-00-0 Formaldehyde
#> 81  712 50-00-0 Formaldehyde
#> 82  712 50-00-0 Formaldehyde
#> 83  712 50-00-0 Formaldehyde
#> 84  712 50-00-0 Formaldehyde
#> 85  712 50-00-0 Formaldehyde
#> 86  712 50-00-0 Formaldehyde
#> 87  712 50-00-0 Formaldehyde
#> 88  712 50-00-0 Formaldehyde
#> 89  712 50-00-0 Formaldehyde
#> 90  712 50-00-0 Formaldehyde
#> 91  712 50-00-0 Formaldehyde
#> 92  712 50-00-0 Formaldehyde
#> 93  712 50-00-0 Formaldehyde
#> 94  712 50-00-0 Formaldehyde
#> 95  712 50-00-0 Formaldehyde
#> 96  712 50-00-0 Formaldehyde
#> 97  712 50-00-0 Formaldehyde
#> 98  712 50-00-0 Formaldehyde
#> 99  712 50-00-0 Formaldehyde
#> 100 712 50-00-0 Formaldehyde
#> 101 702 64-17-5      Ethanol
#> 102 702 64-17-5      Ethanol
#> 103 702 64-17-5      Ethanol
#> 104 702 64-17-5      Ethanol
#> 105 702 64-17-5      Ethanol
#> 106 702 64-17-5      Ethanol
#> 107 702 64-17-5      Ethanol
#> 108 702 64-17-5      Ethanol
#> 109 702 64-17-5      Ethanol
#> 110 702 64-17-5      Ethanol
#> 111 702 64-17-5      Ethanol
#> 112 702 64-17-5      Ethanol
#> 113 702 64-17-5      Ethanol
#> 114 702 64-17-5      Ethanol
#> 115 702 64-17-5      Ethanol
#> 116 702 64-17-5      Ethanol
#> 117 702 64-17-5      Ethanol
#> 118 702 64-17-5      Ethanol
#> 119 702 64-17-5      Ethanol
#> 120 702 64-17-5      Ethanol
#> 121 702 64-17-5      Ethanol
#> 122 702 64-17-5      Ethanol
#> 123 702 64-17-5      Ethanol
#> 124 702 64-17-5      Ethanol
#> 125 702 64-17-5      Ethanol
#> 126 702 64-17-5      Ethanol
#> 127 702 64-17-5      Ethanol
#> 128 702 64-17-5      Ethanol
#> 129 702 64-17-5      Ethanol
#> 130 702 64-17-5      Ethanol
#> 131 702 64-17-5      Ethanol
#> 132 702 64-17-5      Ethanol
#> 133 702 64-17-5      Ethanol
#> 134 702 64-17-5      Ethanol
#> 135 702 64-17-5      Ethanol
#> 136 702 64-17-5      Ethanol
#> 137 702 64-17-5      Ethanol
#> 138 702 64-17-5      Ethanol
#> 139 702 64-17-5      Ethanol
#> 140 702 64-17-5      Ethanol
#> 141 702 64-17-5      Ethanol
#> 142 702 64-17-5      Ethanol
#> 143 702 64-17-5      Ethanol
#> 144 702 64-17-5      Ethanol
#> 145 702 64-17-5      Ethanol
#> 146 702 64-17-5      Ethanol
#> 147 702 64-17-5      Ethanol
#> 148 702 64-17-5      Ethanol
#> 149 702 64-17-5      Ethanol
#> 150 702 64-17-5      Ethanol
#> 151 702 64-17-5      Ethanol
#> 152 702 64-17-5      Ethanol
#> 153 702 64-17-5      Ethanol
#> 154 702 64-17-5      Ethanol
#> 155 702 64-17-5      Ethanol
#> 156 702 64-17-5      Ethanol
#> 157 702 64-17-5      Ethanol
#> 158 702 64-17-5      Ethanol
#> 159 702 64-17-5      Ethanol
#> 160 702 64-17-5      Ethanol
#> 161 702 64-17-5      Ethanol
#> 162 702 64-17-5      Ethanol
#> 163 702 64-17-5      Ethanol
#> 164 702 64-17-5      Ethanol
#> 165 702 64-17-5      Ethanol
#> 166 702 64-17-5      Ethanol
#> 167 702 64-17-5      Ethanol
#> 168 702 64-17-5      Ethanol
#> 169 702 64-17-5      Ethanol
#> 170 702 64-17-5      Ethanol
#> 171 702 64-17-5      Ethanol
#> 172 702 64-17-5      Ethanol
#> 173 702 64-17-5      Ethanol
#> 174 702 64-17-5      Ethanol
#> 175 702 64-17-5      Ethanol
#> 176 702 64-17-5      Ethanol
#> 177 702 64-17-5      Ethanol
#> 178 702 64-17-5      Ethanol
#> 179 702 64-17-5      Ethanol
#> 180 702 64-17-5      Ethanol
#> 181 702 64-17-5      Ethanol
#> 182 702 64-17-5      Ethanol
#> 183 702 64-17-5      Ethanol
#> 184 702 64-17-5      Ethanol
#> 185 702 64-17-5      Ethanol
#> 186 702 64-17-5      Ethanol
#> 187 702 64-17-5      Ethanol
#> 188 702 64-17-5      Ethanol
#> 189 702 64-17-5      Ethanol
#>                                                                                                                                                                                                                                                                                                                                                       result
#> 1                                                                                                                                                                                                                                                                                                                                                           
#> 2                                                                                                                                                                                                                                                                                                                                                     Danger
#> 3                                                                                                                                                                                                                                                                                                  H302: Harmful if swallowed [Warning Acute toxicity, oral]
#> 4                                                                                                                                                                                                                                                                           H314: Causes severe skin burns and eye damage [Danger Skin corrosion/irritation]
#> 5                                                                                                                                                                                                                                                                                    H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 6                                                                                                                                                                                                                                                                                                 H330: Fatal if inhaled [Danger Acute toxicity, inhalation]
#> 7                                                                                                                                                                                                                                                                                H341: Suspected of causing genetic defects [Warning Germ cell mutagenicity]
#> 8                                                                                                                                                                                                                                                                                                            H350: May cause cancer [Danger Carcinogenicity]
#> 9                                                                                                                                 P203, P260, P261, P264, P270, P271, P272, P280, P284, P301+P317, P301+P330+P331, P302+P352, P302+P361+P354, P304+P340, P305+P354+P338, P316, P318, P320, P321, P330, P333+P317, P362+P364, P363, P403+P233, P405, and P501
#> 10                                                                                                                                                                                                                                                                 (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 11                                                                                                                                                                                                                                                                       This chemical does not meet GHS hazard criteria for < 0.1% (3  of 6451) of reports.
#> 12                                                                                                                                                                                                                                                                                                                                                          
#> 13                                                                                                                                                                                                                                                                                                                                                    Danger
#> 14                                                                                                                                                                                                                                                                                            H301 (83.1%): Toxic if swallowed [Danger Acute toxicity, oral]
#> 15                                                                                                                                                                                                                                                                                  H311 (83.1%): Toxic in contact with skin [Danger Acute toxicity, dermal]
#> 16                                                                                                                                                                                                                                                                  H314 (83.1%): Causes severe skin burns and eye damage [Danger Skin corrosion/irritation]
#> 17                                                                                                                                                                                                                                                                           H317 (90.5%): May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 18                                                                                                                                                                                                                                                                        H318 (48.3%): Causes serious eye damage [Danger Serious eye damage/eye irritation]
#> 19                                                                                                                                                                                                                                                                                          H330 (14%): Fatal if inhaled [Danger Acute toxicity, inhalation]
#> 20                                                                                                                                                                                                                                                                                        H331 (77.6%): Toxic if inhaled [Danger Acute toxicity, inhalation]
#> 21                                                                                                                                                                                                                                                                         H341 (19%): Suspected of causing genetic defects [Warning Germ cell mutagenicity]
#> 22                                                                                                                                                                                                                                                                                                     H350 (19%): May cause cancer [Danger Carcinogenicity]
#> 23                                                                                                                                                                                                                                                                                       H351 (64.1%): Suspected of causing cancer [Warning Carcinogenicity]
#> 24                                                                                              P203, P260, P261, P262, P264, P264+P265, P270, P271, P272, P280, P284, P301+P316, P301+P330+P331, P302+P352, P302+P361+P354, P304+P340, P305+P354+P338, P316, P317, P318, P320, P321, P330, P333+P317, P361+P364, P362+P364, P363, P403+P233, P405, and P501
#> 25                                                                                                                                                                          Aggregated GHS information provided per 6451 reports by companies from 102 notifications to the ECHA C&L Inventory. Each notification may be associated with multiple companies.
#> 26                                                                                                                                                                                                                                                                           Reported as not meeting GHS hazard criteria per 3 of 6451 reports by companies.
#> 27                                                                                                                                                                                                                                                  There are 101 notifications provided by 6448 of 6451 reports by companies with hazard statement code(s).
#> 28  Information may vary between notifications depending on impurities, additives, and other factors. The percentage value in parenthesis indicates the notified classification ratio from companies that provide hazard codes. Only hazard codes with percentage values above 10% are shown. For more detailed information, please visit  ECHA C&L website.
#> 29                                                                                                                                                                                                                                                                                                                                                          
#> 30                                                                                                                                                                                                                                                                                                                                                    Danger
#> 31                                                                                                                                                                                                                                                                                                    H301: Toxic if swallowed [Danger Acute toxicity, oral]
#> 32                                                                                                                                                                                                                                                                                          H311: Toxic in contact with skin [Danger Acute toxicity, dermal]
#> 33                                                                                                                                                                                                                                                                          H314: Causes severe skin burns and eye damage [Danger Skin corrosion/irritation]
#> 34                                                                                                                                                                                                                                                                                   H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 35                                                                                                                                                                                                                                                                                                H330: Fatal if inhaled [Danger Acute toxicity, inhalation]
#> 36                                                                                                                                                                                                                                                                                            H350i: May cause cancer by inhalation [Danger Carcinogenicity]
#> 37                                                                                                                                                                                                                                                                          H401: Toxic to aquatic life [Hazardous to the aquatic environment, acute hazard]
#> 38                                                                                                         P203, P260, P261, P262, P264, P270, P271, P272, P273, P280, P284, P301+P316, P301+P330+P331, P302+P352, P302+P361+P354, P304+P340, P305+P354+P338, P316, P318, P320, P321, P330, P333+P317, P361+P364, P362+P364, P363, P403+P233, P405, and P501
#> 39                                                                                                                                                                                                                                                                 (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 40                                                                                                                                                                                                                                                                                                                                                          
#> 41                                                                                                                                                                                                                                                                                                                                                    Danger
#> 42                                                                                                                                                                                                                                                                                                    H220: Extremely flammable gas [Danger Flammable gases]
#> 43                                                                                                                                                                                                                                                                                                      H227: Combustible liquid [Warning Flammable liquids]
#> 44                                                                                                                                                                                                                                                                   H280: Contains gas under pressure; may explode if heated [Warning Gases under pressure]
#> 45                                                                                                                                                                                                                                                                                                 H302: Harmful if swallowed [Warning Acute toxicity, oral]
#> 46                                                                                                                                                                                                                                                                                          H311: Toxic in contact with skin [Danger Acute toxicity, dermal]
#> 47                                                                                                                                                                                                                                                                                          H315: Causes skin irritation [Warning Skin corrosion/irritation]
#> 48                                                                                                                                                                                                                                                                                   H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 49                                                                                                                                                                                                                                                                           H319: Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 50                                                                                                                                                                                                                                                                                                H330: Fatal if inhaled [Danger Acute toxicity, inhalation]
#> 51                                                                                                                                                                                                                                       H334: May cause allergy or asthma symptoms or breathing difficulties if inhaled [Danger Sensitization, respiratory]
#> 52                                                                                                                                                                                                                                                                               H341: Suspected of causing genetic defects [Warning Germ cell mutagenicity]
#> 53                                                                                                                                                                                                                                                                                                           H350: May cause cancer [Danger Carcinogenicity]
#> 54                                                                                                                                                                                                                                                                    H370: Causes damage to organs [Danger Specific target organ toxicity, single exposure]
#> 55                                                                                                                                                                                                                           H372: Causes damage to organs through prolonged or repeated exposure [Danger Specific target organ toxicity, repeated exposure]
#> 56                                                                                                                                                                                                                                                                          H401: Toxic to aquatic life [Hazardous to the aquatic environment, acute hazard]
#> 57                        P203, P210, P222, P233, P260, P261, P262, P264, P264+P265, P270, P271, P272, P273, P280, P284, P301+P317, P302+P352, P304+P340, P305+P351+P338, P308+P316, P316, P318, P319, P320, P321, P330, P332+P317, P333+P317, P337+P317, P342+P316, P361+P364, P362+P364, P370+P378, P377, P381, P403, P403+P233, P405, P410+P403, and P501
#> 58                                                                                                                                                                                                                                                                 (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 59                                                                                                                                                                                                                                                                                                                                                          
#> 60                                                                                                                                                                                                                                                                                                                                                    Danger
#> 61                                                                                                                                                                                                                                                                          H314: Causes severe skin burns and eye damage [Danger Skin corrosion/irritation]
#> 62                                                                                                                                                                                                                                                                                   H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 63                                                                                                                                                                                                                                                                          H401: Toxic to aquatic life [Hazardous to the aquatic environment, acute hazard]
#> 64                                                                                                                                                                                                                                          H412: Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 65                                                                                                                                                                                          P260, P261, P264, P272, P273, P280, P301+P330+P331, P302+P352, P302+P361+P354, P304+P340, P305+P354+P338, P316, P321, P333+P317, P362+P364, P363, P405, and P501
#> 66                                                                                                                                                                                                                                                                 (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 67                                                                                                                                                                                                                                                                                                                                                          
#> 68                                                                                                                                                                                                                                                                                                                                                    Danger
#> 69                                                                                                                                                                                                                                                                                                    H220: Extremely flammable gas [Danger Flammable gases]
#> 70                                                                                                                                                                                                                                                                   H280: Contains gas under pressure; may explode if heated [Warning Gases under pressure]
#> 71                                                                                                                                                                                                                                                                                                 H302: Harmful if swallowed [Warning Acute toxicity, oral]
#> 72                                                                                                                                                                                                                                                                                          H311: Toxic in contact with skin [Danger Acute toxicity, dermal]
#> 73                                                                                                                                                                                                                                                                                          H315: Causes skin irritation [Warning Skin corrosion/irritation]
#> 74                                                                                                                                                                                                                                                                                   H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 75                                                                                                                                                                                                                                                                           H319: Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 76                                                                                                                                                                                                                                                                                                H330: Fatal if inhaled [Danger Acute toxicity, inhalation]
#> 77                                                                                                                                                                                                                                       H334: May cause allergy or asthma symptoms or breathing difficulties if inhaled [Danger Sensitization, respiratory]
#> 78                                                                                                                                                                                                                                                                               H341: Suspected of causing genetic defects [Warning Germ cell mutagenicity]
#> 79                                                                                                                                                                                                                                                                                                           H350: May cause cancer [Danger Carcinogenicity]
#> 80                                                                                                                                                                                                                                                                    H370: Causes damage to organs [Danger Specific target organ toxicity, single exposure]
#> 81                                                                                                                                                                                                                           H372: Causes damage to organs through prolonged or repeated exposure [Danger Specific target organ toxicity, repeated exposure]
#> 82                                                                                                                                                                                                                                                                          H401: Toxic to aquatic life [Hazardous to the aquatic environment, acute hazard]
#> 83                                                                                                                                                                                                                                          H412: Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 84                                   P203, P210, P222, P233, P260, P261, P262, P264, P264+P265, P270, P271, P272, P273, P280, P284, P301+P317, P302+P352, P304+P340, P305+P351+P338, P308+P316, P316, P318, P319, P320, P321, P330, P332+P317, P333+P317, P337+P317, P342+P316, P361+P364, P362+P364, P377, P381, P403, P403+P233, P405, P410+P403, and P501
#> 85                                                                                                                                                                                                                                                                 (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 86                                                                                                                                                                                                                                                                                                                                                          
#> 87                                                                                                                                                                                                                                                                                                                                                    Danger
#> 88                                                                                                                                                                                                                                                                                                      H227: Combustible liquid [Warning Flammable liquids]
#> 89                                                                                                                                                                                                                                                                                                    H301: Toxic if swallowed [Danger Acute toxicity, oral]
#> 90                                                                                                                                                                                                                                                                                          H311: Toxic in contact with skin [Danger Acute toxicity, dermal]
#> 91                                                                                                                                                                                                                                                                          H314: Causes severe skin burns and eye damage [Danger Skin corrosion/irritation]
#> 92                                                                                                                                                                                                                                                                                   H317: May cause an allergic skin reaction [Warning Sensitization, Skin]
#> 93                                                                                                                                                                                                                                                                                H318: Causes serious eye damage [Danger Serious eye damage/eye irritation]
#> 94                                                                                                                                                                                                                                                                                                H331: Toxic if inhaled [Danger Acute toxicity, inhalation]
#> 95                                                                                                                                                                                                                                                                               H341: Suspected of causing genetic defects [Warning Germ cell mutagenicity]
#> 96                                                                                                                                                                                                                                                                                                           H350: May cause cancer [Danger Carcinogenicity]
#> 97                                                                                                                                                                                                                                                                    H370: Causes damage to organs [Danger Specific target organ toxicity, single exposure]
#> 98                                                                                                                                                                                                                                                                        H402: Harmful to aquatic life [Hazardous to the aquatic environment, acute hazard]
#> 99                                                                  P203, P210, P260, P261, P262, P264, P264+P265, P270, P271, P272, P273, P280, P301+P316, P301+P330+P331, P302+P352, P302+P361+P354, P304+P340, P305+P354+P338, P308+P316, P316, P317, P318, P321, P330, P333+P317, P361+P364, P362+P364, P363, P370+P378, P403, P403+P233, P405, and P501
#> 100                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 101                                                                                                                                                                                                                                                                                                                                                         
#> 102                                                                                                                                                                                                                                                                                                                                                   Danger
#> 103                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 104                                                                                                                                                                                                                                                                 P210, P233, P240, P241, P242, P243, P280, P303+P361+P353, P370+P378, P403+P235, and P501
#> 105                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 106                                                                                                                                                                                                                                                                     This chemical does not meet GHS hazard criteria for < 0.1% (5  of 13886) of reports.
#> 107                                                                                                                                                                                                                                                                                                                                                         
#> 108                                                                                                                                                                                                                                                                                                                                                   Danger
#> 109                                                                                                                                                                                                                                                                             H225 (> 99.9%): Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 110                                                                                                                                                                                                                                                                  H319 (37.7%): Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 111                                                                                                                                                                                                                           P210, P233, P240, P241, P242, P243, P264+P265, P280, P303+P361+P353, P305+P351+P338, P337+P317, P370+P378, P403+P235, and P501
#> 112                                                                                                                                                                         Aggregated GHS information provided per 13886 reports by companies from 79 notifications to the ECHA C&L Inventory. Each notification may be associated with multiple companies.
#> 113                                                                                                                                                                                                                                                                         Reported as not meeting GHS hazard criteria per 5 of 13886 reports by companies.
#> 114                                                                                                                                                                                                                                                There are 76 notifications provided by 13881 of 13886 reports by companies with hazard statement code(s).
#> 115 Information may vary between notifications depending on impurities, additives, and other factors. The percentage value in parenthesis indicates the notified classification ratio from companies that provide hazard codes. Only hazard codes with percentage values above 10% are shown. For more detailed information, please visit  ECHA C&L website.
#> 116                                                                                                                                                                                                                                                                                                                                                         
#> 117                                                                                                                                                                                                                                                                                                                                                  Warning
#> 118                                                                                                                                                                                                                                                                   H319 (100%): Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 119                                                                                                                                                                                                                                  H412 (100%): Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 120                                                                                                                                                                                                                                                                                               P264+P265, P273, P280, P305+P351+P338, P337+P317, and P501
#> 121                                                                                                                                                                                                                                                                 The GHS information provided by 1 company from 1 notification to the ECHA C&L Inventory.
#> 122                                                                                                                                                                                                                                                                                                                                                         
#> 123                                                                                                                                                                                                                                                                                                                                                  Warning
#> 124                                                                                                                                                                                                                                                                                  H315 (100%): Causes skin irritation [Warning Skin corrosion/irritation]
#> 125                                                                                                                                                                                                                                                                   H319 (100%): Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 126                                                                                                                                                                                                                                  H412 (100%): Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 127                                                                                                                                                                                                                                                  P264, P264+P265, P273, P280, P302+P352, P305+P351+P338, P321, P332+P317, P337+P317, P362+P364, and P501
#> 128                                                                                                                                                                                                                                                                 The GHS information provided by 1 company from 1 notification to the ECHA C&L Inventory.
#> 129                                                                                                                                                                                                                                                                                                                                                         
#> 130                                                                                                                                                                                                                                                                                                                                                  Warning
#> 131                                                                                                                                                                                                                                                                                  H315 (100%): Causes skin irritation [Warning Skin corrosion/irritation]
#> 132                                                                                                                                                                                                                                                                   H319 (100%): Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 133                                                                                                                                                                                                                                  H412 (100%): Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 134                                                                                                                                                                                                                                                  P264, P264+P265, P273, P280, P302+P352, P305+P351+P338, P321, P332+P317, P337+P317, P362+P364, and P501
#> 135                                                                                                                                                                                                                                                                 The GHS information provided by 1 company from 1 notification to the ECHA C&L Inventory.
#> 136                                                                                                                                                                                                                                                                                                                                                         
#> 137                                                                                                                                                                                                                                                                                                                                                  Warning
#> 138                                                                                                                                                                                                                                                                                  H315 (100%): Causes skin irritation [Warning Skin corrosion/irritation]
#> 139                                                                                                                                                                                                                                                                   H319 (100%): Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 140                                                                                                                                                                                                                                  H412 (100%): Harmful to aquatic life with long lasting effects [Hazardous to the aquatic environment, long-term hazard]
#> 141                                                                                                                                                                                                                                                  P264, P264+P265, P273, P280, P302+P352, P305+P351+P338, P321, P332+P317, P337+P317, P362+P364, and P501
#> 142                                                                                                                                                                                                                                                                 The GHS information provided by 1 company from 1 notification to the ECHA C&L Inventory.
#> 143                                                                                                                                                                                                                                                                                                                                                         
#> 144                                                                                                                                                                                                                                                                                                                                                   Danger
#> 145                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 146                                                                                                                                                                                                                                                                          H319: Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 147                                                                                                                                                                                                                           P210, P233, P240, P241, P242, P243, P264+P265, P280, P303+P361+P353, P305+P351+P338, P337+P317, P370+P378, P403+P235, and P501
#> 148                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 149                                                                                                                                                                                                                                                                                                                                                         
#> 150                                                                                                                                                                                                                                                                                                                                                   Danger
#> 151                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 152                                                                                                                                                                                                                                                                                  H320: Causes eye irritation [Warning Serious eye damage/eye irritation]
#> 153                                                                                                                                                                                                                           H335: May cause respiratory irritation [Warning Specific target organ toxicity, single exposure; Respiratory tract irritation]
#> 154                                                                                                                                                                                                                                      H336: May cause drowsiness or dizziness [Warning Specific target organ toxicity, single exposure; Narcotic effects]
#> 155                                                                                                                                                                                                                                                                                                          H350: May cause cancer [Danger Carcinogenicity]
#> 156                                                                                                                                                                                                                                                                            H360: May damage fertility or the unborn child [Danger Reproductive toxicity]
#> 157                                                                                                                                                                                                                          H372: Causes damage to organs through prolonged or repeated exposure [Danger Specific target organ toxicity, repeated exposure]
#> 158                                                                                                                                                                                                                     H373: May causes damage to organs through prolonged or repeated exposure [Warning Specific target organ toxicity, repeated exposure]
#> 159                                                                                                                                               P203, P210, P233, P240, P241, P242, P243, P260, P261, P264, P264+P265, P270, P271, P280, P303+P361+P353, P304+P340, P305+P351+P338, P318, P319, P337+P317, P370+P378, P403+P233, P403+P235, P405, and P501
#> 160                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 161                                                                                                                                                                                                                                                                                                                                                         
#> 162                                                                                                                                                                                                                                                                                                                                                   Danger
#> 163                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 164                                                                                                                                                                                                                                                                                  H320: Causes eye irritation [Warning Serious eye damage/eye irritation]
#> 165                                                                                                                                                                                                                           H335: May cause respiratory irritation [Warning Specific target organ toxicity, single exposure; Respiratory tract irritation]
#> 166                                                                                                                                                                                                                                                                                          H340: May cause genetic defects [Danger Germ cell mutagenicity]
#> 167                                                                                                                                                                                                                                                                            H360: May damage fertility or the unborn child [Danger Reproductive toxicity]
#> 168                                                                                                                                                                                                                          H372: Causes damage to organs through prolonged or repeated exposure [Danger Specific target organ toxicity, repeated exposure]
#> 169                                                                                                                                                                                                                     H373: May causes damage to organs through prolonged or repeated exposure [Warning Specific target organ toxicity, repeated exposure]
#> 170                                                                                                                                               P203, P210, P233, P240, P241, P242, P243, P260, P261, P264, P264+P265, P270, P271, P280, P303+P361+P353, P304+P340, P305+P351+P338, P318, P319, P337+P317, P370+P378, P403+P233, P403+P235, P405, and P501
#> 171                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 172                                                                                                                                                                                                                                                                                                                                                         
#> 173                                                                                                                                                                                                                                                                                                                                                   Danger
#> 174                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 175                                                                                                                                                                                                                                                                          H319: Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 176                                                                                                                                                                                                                           H335: May cause respiratory irritation [Warning Specific target organ toxicity, single exposure; Respiratory tract irritation]
#> 177                                                                                                                                                                                                                                      H336: May cause drowsiness or dizziness [Warning Specific target organ toxicity, single exposure; Narcotic effects]
#> 178                                                                                                                                                                                                                                                                                          H340: May cause genetic defects [Danger Germ cell mutagenicity]
#> 179                                                                                                                                                                                                                                                                            H360: May damage fertility or the unborn child [Danger Reproductive toxicity]
#> 180                                                                                                                                                                                                                          H372: Causes damage to organs through prolonged or repeated exposure [Danger Specific target organ toxicity, repeated exposure]
#> 181                                                                                                                                                                                                                     H373: May causes damage to organs through prolonged or repeated exposure [Warning Specific target organ toxicity, repeated exposure]
#> 182                                                                                                                                               P203, P210, P233, P240, P241, P242, P243, P260, P261, P264, P264+P265, P270, P271, P280, P303+P361+P353, P304+P340, P305+P351+P338, P318, P319, P337+P317, P370+P378, P403+P233, P403+P235, P405, and P501
#> 183                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#> 184                                                                                                                                                                                                                                                                                                                                                         
#> 185                                                                                                                                                                                                                                                                                                                                                   Danger
#> 186                                                                                                                                                                                                                                                                                       H225: Highly Flammable liquid and vapor [Danger Flammable liquids]
#> 187                                                                                                                                                                                                                                                                          H319: Causes serious eye irritation [Warning Serious eye damage/eye irritation]
#> 188                                                                                                                                                                                                                           P210, P233, P240, P241, P242, P243, P264+P265, P280, P303+P361+P353, P305+P351+P338, P337+P317, P370+P378, P403+P235, and P501
#> 189                                                                                                                                                                                                                                                                (The corresponding statement to each P-code can be found at the GHS Classification page.)
#>                                                                    source_name
#> 1   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 2   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 3   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 4   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 5   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 6   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 7   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 8   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 9   Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 10  Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 11                                            European Chemicals Agency (ECHA)
#> 12                                            European Chemicals Agency (ECHA)
#> 13                                            European Chemicals Agency (ECHA)
#> 14                                            European Chemicals Agency (ECHA)
#> 15                                            European Chemicals Agency (ECHA)
#> 16                                            European Chemicals Agency (ECHA)
#> 17                                            European Chemicals Agency (ECHA)
#> 18                                            European Chemicals Agency (ECHA)
#> 19                                            European Chemicals Agency (ECHA)
#> 20                                            European Chemicals Agency (ECHA)
#> 21                                            European Chemicals Agency (ECHA)
#> 22                                            European Chemicals Agency (ECHA)
#> 23                                            European Chemicals Agency (ECHA)
#> 24                                            European Chemicals Agency (ECHA)
#> 25                                            European Chemicals Agency (ECHA)
#> 26                                            European Chemicals Agency (ECHA)
#> 27                                            European Chemicals Agency (ECHA)
#> 28                                            European Chemicals Agency (ECHA)
#> 29           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 30           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 31           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 32           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 33           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 34           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 35           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 36           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 37           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 38           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 39           Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 40                                                                    NITE-CMC
#> 41                                                                    NITE-CMC
#> 42                                                                    NITE-CMC
#> 43                                                                    NITE-CMC
#> 44                                                                    NITE-CMC
#> 45                                                                    NITE-CMC
#> 46                                                                    NITE-CMC
#> 47                                                                    NITE-CMC
#> 48                                                                    NITE-CMC
#> 49                                                                    NITE-CMC
#> 50                                                                    NITE-CMC
#> 51                                                                    NITE-CMC
#> 52                                                                    NITE-CMC
#> 53                                                                    NITE-CMC
#> 54                                                                    NITE-CMC
#> 55                                                                    NITE-CMC
#> 56                                                                    NITE-CMC
#> 57                                                                    NITE-CMC
#> 58                                                                    NITE-CMC
#> 59                                                                    NITE-CMC
#> 60                                                                    NITE-CMC
#> 61                                                                    NITE-CMC
#> 62                                                                    NITE-CMC
#> 63                                                                    NITE-CMC
#> 64                                                                    NITE-CMC
#> 65                                                                    NITE-CMC
#> 66                                                                    NITE-CMC
#> 67                                                                    NITE-CMC
#> 68                                                                    NITE-CMC
#> 69                                                                    NITE-CMC
#> 70                                                                    NITE-CMC
#> 71                                                                    NITE-CMC
#> 72                                                                    NITE-CMC
#> 73                                                                    NITE-CMC
#> 74                                                                    NITE-CMC
#> 75                                                                    NITE-CMC
#> 76                                                                    NITE-CMC
#> 77                                                                    NITE-CMC
#> 78                                                                    NITE-CMC
#> 79                                                                    NITE-CMC
#> 80                                                                    NITE-CMC
#> 81                                                                    NITE-CMC
#> 82                                                                    NITE-CMC
#> 83                                                                    NITE-CMC
#> 84                                                                    NITE-CMC
#> 85                                                                    NITE-CMC
#> 86                                       Hazardous Substances Data Bank (HSDB)
#> 87                                       Hazardous Substances Data Bank (HSDB)
#> 88                                       Hazardous Substances Data Bank (HSDB)
#> 89                                       Hazardous Substances Data Bank (HSDB)
#> 90                                       Hazardous Substances Data Bank (HSDB)
#> 91                                       Hazardous Substances Data Bank (HSDB)
#> 92                                       Hazardous Substances Data Bank (HSDB)
#> 93                                       Hazardous Substances Data Bank (HSDB)
#> 94                                       Hazardous Substances Data Bank (HSDB)
#> 95                                       Hazardous Substances Data Bank (HSDB)
#> 96                                       Hazardous Substances Data Bank (HSDB)
#> 97                                       Hazardous Substances Data Bank (HSDB)
#> 98                                       Hazardous Substances Data Bank (HSDB)
#> 99                                       Hazardous Substances Data Bank (HSDB)
#> 100                                      Hazardous Substances Data Bank (HSDB)
#> 101 Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 102 Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 103 Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 104 Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 105 Regulation (EC) No 1272/2008 of the European Parliament and of the Council
#> 106                                           European Chemicals Agency (ECHA)
#> 107                                           European Chemicals Agency (ECHA)
#> 108                                           European Chemicals Agency (ECHA)
#> 109                                           European Chemicals Agency (ECHA)
#> 110                                           European Chemicals Agency (ECHA)
#> 111                                           European Chemicals Agency (ECHA)
#> 112                                           European Chemicals Agency (ECHA)
#> 113                                           European Chemicals Agency (ECHA)
#> 114                                           European Chemicals Agency (ECHA)
#> 115                                           European Chemicals Agency (ECHA)
#> 116                                           European Chemicals Agency (ECHA)
#> 117                                           European Chemicals Agency (ECHA)
#> 118                                           European Chemicals Agency (ECHA)
#> 119                                           European Chemicals Agency (ECHA)
#> 120                                           European Chemicals Agency (ECHA)
#> 121                                           European Chemicals Agency (ECHA)
#> 122                                           European Chemicals Agency (ECHA)
#> 123                                           European Chemicals Agency (ECHA)
#> 124                                           European Chemicals Agency (ECHA)
#> 125                                           European Chemicals Agency (ECHA)
#> 126                                           European Chemicals Agency (ECHA)
#> 127                                           European Chemicals Agency (ECHA)
#> 128                                           European Chemicals Agency (ECHA)
#> 129                                           European Chemicals Agency (ECHA)
#> 130                                           European Chemicals Agency (ECHA)
#> 131                                           European Chemicals Agency (ECHA)
#> 132                                           European Chemicals Agency (ECHA)
#> 133                                           European Chemicals Agency (ECHA)
#> 134                                           European Chemicals Agency (ECHA)
#> 135                                           European Chemicals Agency (ECHA)
#> 136                                           European Chemicals Agency (ECHA)
#> 137                                           European Chemicals Agency (ECHA)
#> 138                                           European Chemicals Agency (ECHA)
#> 139                                           European Chemicals Agency (ECHA)
#> 140                                           European Chemicals Agency (ECHA)
#> 141                                           European Chemicals Agency (ECHA)
#> 142                                           European Chemicals Agency (ECHA)
#> 143          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 144          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 145          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 146          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 147          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 148          Hazardous Chemical Information System (HCIS), Safe Work Australia
#> 149                                                                   NITE-CMC
#> 150                                                                   NITE-CMC
#> 151                                                                   NITE-CMC
#> 152                                                                   NITE-CMC
#> 153                                                                   NITE-CMC
#> 154                                                                   NITE-CMC
#> 155                                                                   NITE-CMC
#> 156                                                                   NITE-CMC
#> 157                                                                   NITE-CMC
#> 158                                                                   NITE-CMC
#> 159                                                                   NITE-CMC
#> 160                                                                   NITE-CMC
#> 161                                                                   NITE-CMC
#> 162                                                                   NITE-CMC
#> 163                                                                   NITE-CMC
#> 164                                                                   NITE-CMC
#> 165                                                                   NITE-CMC
#> 166                                                                   NITE-CMC
#> 167                                                                   NITE-CMC
#> 168                                                                   NITE-CMC
#> 169                                                                   NITE-CMC
#> 170                                                                   NITE-CMC
#> 171                                                                   NITE-CMC
#> 172                                                                   NITE-CMC
#> 173                                                                   NITE-CMC
#> 174                                                                   NITE-CMC
#> 175                                                                   NITE-CMC
#> 176                                                                   NITE-CMC
#> 177                                                                   NITE-CMC
#> 178                                                                   NITE-CMC
#> 179                                                                   NITE-CMC
#> 180                                                                   NITE-CMC
#> 181                                                                   NITE-CMC
#> 182                                                                   NITE-CMC
#> 183                                                                   NITE-CMC
#> 184                                      Hazardous Substances Data Bank (HSDB)
#> 185                                      Hazardous Substances Data Bank (HSDB)
#> 186                                      Hazardous Substances Data Bank (HSDB)
#> 187                                      Hazardous Substances Data Bank (HSDB)
#> 188                                      Hazardous Substances Data Bank (HSDB)
#> 189                                      Hazardous Substances Data Bank (HSDB)
#>                source_id other   query
#> 1           605-001-00-5    NA 50-00-0
#> 2           605-001-00-5    NA 50-00-0
#> 3           605-001-00-5    NA 50-00-0
#> 4           605-001-00-5    NA 50-00-0
#> 5           605-001-00-5    NA 50-00-0
#> 6           605-001-00-5    NA 50-00-0
#> 7           605-001-00-5    NA 50-00-0
#> 8           605-001-00-5    NA 50-00-0
#> 9           605-001-00-5    NA 50-00-0
#> 10          605-001-00-5    NA 50-00-0
#> 11                 55163    NA 50-00-0
#> 12                 55163    NA 50-00-0
#> 13                 55163    NA 50-00-0
#> 14                 55163    NA 50-00-0
#> 15                 55163    NA 50-00-0
#> 16                 55163    NA 50-00-0
#> 17                 55163    NA 50-00-0
#> 18                 55163    NA 50-00-0
#> 19                 55163    NA 50-00-0
#> 20                 55163    NA 50-00-0
#> 21                 55163    NA 50-00-0
#> 22                 55163    NA 50-00-0
#> 23                 55163    NA 50-00-0
#> 24                 55163    NA 50-00-0
#> 25                 55163    NA 50-00-0
#> 26                 55163    NA 50-00-0
#> 27                 55163    NA 50-00-0
#> 28                 55163    NA 50-00-0
#> 29                  4750    NA 50-00-0
#> 30                  4750    NA 50-00-0
#> 31                  4750    NA 50-00-0
#> 32                  4750    NA 50-00-0
#> 33                  4750    NA 50-00-0
#> 34                  4750    NA 50-00-0
#> 35                  4750    NA 50-00-0
#> 36                  4750    NA 50-00-0
#> 37                  4750    NA 50-00-0
#> 38                  4750    NA 50-00-0
#> 39                  4750    NA 50-00-0
#> 40                    69    NA 50-00-0
#> 41                    69    NA 50-00-0
#> 42                    69    NA 50-00-0
#> 43                    69    NA 50-00-0
#> 44                    69    NA 50-00-0
#> 45                    69    NA 50-00-0
#> 46                    69    NA 50-00-0
#> 47                    69    NA 50-00-0
#> 48                    69    NA 50-00-0
#> 49                    69    NA 50-00-0
#> 50                    69    NA 50-00-0
#> 51                    69    NA 50-00-0
#> 52                    69    NA 50-00-0
#> 53                    69    NA 50-00-0
#> 54                    69    NA 50-00-0
#> 55                    69    NA 50-00-0
#> 56                    69    NA 50-00-0
#> 57                    69    NA 50-00-0
#> 58                    69    NA 50-00-0
#> 59  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 60  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 61  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 62  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 63  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 64  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 65  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 66  R04_C_056_JNIOSH,MOE    NA 50-00-0
#> 67             H29_B_039    NA 50-00-0
#> 68             H29_B_039    NA 50-00-0
#> 69             H29_B_039    NA 50-00-0
#> 70             H29_B_039    NA 50-00-0
#> 71             H29_B_039    NA 50-00-0
#> 72             H29_B_039    NA 50-00-0
#> 73             H29_B_039    NA 50-00-0
#> 74             H29_B_039    NA 50-00-0
#> 75             H29_B_039    NA 50-00-0
#> 76             H29_B_039    NA 50-00-0
#> 77             H29_B_039    NA 50-00-0
#> 78             H29_B_039    NA 50-00-0
#> 79             H29_B_039    NA 50-00-0
#> 80             H29_B_039    NA 50-00-0
#> 81             H29_B_039    NA 50-00-0
#> 82             H29_B_039    NA 50-00-0
#> 83             H29_B_039    NA 50-00-0
#> 84             H29_B_039    NA 50-00-0
#> 85             H29_B_039    NA 50-00-0
#> 86                   164    NA 50-00-0
#> 87                   164    NA 50-00-0
#> 88                   164    NA 50-00-0
#> 89                   164    NA 50-00-0
#> 90                   164    NA 50-00-0
#> 91                   164    NA 50-00-0
#> 92                   164    NA 50-00-0
#> 93                   164    NA 50-00-0
#> 94                   164    NA 50-00-0
#> 95                   164    NA 50-00-0
#> 96                   164    NA 50-00-0
#> 97                   164    NA 50-00-0
#> 98                   164    NA 50-00-0
#> 99                   164    NA 50-00-0
#> 100                  164    NA 50-00-0
#> 101         603-002-00-5    NA 64-17-5
#> 102         603-002-00-5    NA 64-17-5
#> 103         603-002-00-5    NA 64-17-5
#> 104         603-002-00-5    NA 64-17-5
#> 105         603-002-00-5    NA 64-17-5
#> 106                49769    NA 64-17-5
#> 107                49769    NA 64-17-5
#> 108                49769    NA 64-17-5
#> 109                49769    NA 64-17-5
#> 110                49769    NA 64-17-5
#> 111                49769    NA 64-17-5
#> 112                49769    NA 64-17-5
#> 113                49769    NA 64-17-5
#> 114                49769    NA 64-17-5
#> 115                49769    NA 64-17-5
#> 116               277502    NA 64-17-5
#> 117               277502    NA 64-17-5
#> 118               277502    NA 64-17-5
#> 119               277502    NA 64-17-5
#> 120               277502    NA 64-17-5
#> 121               277502    NA 64-17-5
#> 122               277529    NA 64-17-5
#> 123               277529    NA 64-17-5
#> 124               277529    NA 64-17-5
#> 125               277529    NA 64-17-5
#> 126               277529    NA 64-17-5
#> 127               277529    NA 64-17-5
#> 128               277529    NA 64-17-5
#> 129               277530    NA 64-17-5
#> 130               277530    NA 64-17-5
#> 131               277530    NA 64-17-5
#> 132               277530    NA 64-17-5
#> 133               277530    NA 64-17-5
#> 134               277530    NA 64-17-5
#> 135               277530    NA 64-17-5
#> 136               277898    NA 64-17-5
#> 137               277898    NA 64-17-5
#> 138               277898    NA 64-17-5
#> 139               277898    NA 64-17-5
#> 140               277898    NA 64-17-5
#> 141               277898    NA 64-17-5
#> 142               277898    NA 64-17-5
#> 143                 1888    NA 64-17-5
#> 144                 1888    NA 64-17-5
#> 145                 1888    NA 64-17-5
#> 146                 1888    NA 64-17-5
#> 147                 1888    NA 64-17-5
#> 148                 1888    NA 64-17-5
#> 149              25B0007    NA 64-17-5
#> 150              25B0007    NA 64-17-5
#> 151              25B0007    NA 64-17-5
#> 152              25B0007    NA 64-17-5
#> 153              25B0007    NA 64-17-5
#> 154              25B0007    NA 64-17-5
#> 155              25B0007    NA 64-17-5
#> 156              25B0007    NA 64-17-5
#> 157              25B0007    NA 64-17-5
#> 158              25B0007    NA 64-17-5
#> 159              25B0007    NA 64-17-5
#> 160              25B0007    NA 64-17-5
#> 161              21B3016    NA 64-17-5
#> 162              21B3016    NA 64-17-5
#> 163              21B3016    NA 64-17-5
#> 164              21B3016    NA 64-17-5
#> 165              21B3016    NA 64-17-5
#> 166              21B3016    NA 64-17-5
#> 167              21B3016    NA 64-17-5
#> 168              21B3016    NA 64-17-5
#> 169              21B3016    NA 64-17-5
#> 170              21B3016    NA 64-17-5
#> 171              21B3016    NA 64-17-5
#> 172                  662    NA 64-17-5
#> 173                  662    NA 64-17-5
#> 174                  662    NA 64-17-5
#> 175                  662    NA 64-17-5
#> 176                  662    NA 64-17-5
#> 177                  662    NA 64-17-5
#> 178                  662    NA 64-17-5
#> 179                  662    NA 64-17-5
#> 180                  662    NA 64-17-5
#> 181                  662    NA 64-17-5
#> 182                  662    NA 64-17-5
#> 183                  662    NA 64-17-5
#> 184                   82    NA 64-17-5
#> 185                   82    NA 64-17-5
#> 186                   82    NA 64-17-5
#> 187                   82    NA 64-17-5
#> 188                   82    NA 64-17-5
#> 189                   82    NA 64-17-5
# }