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)

Arguments

casrn

Character vector of CAS Registry Numbers (CASRN).

Value

A dataframe containing GHS information.

See also

Examples

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