A ZeroPM R package
The goal of cleanventory.data is to provide easy access to the data sets as created by the cleanventory package.
cleanventory.data aims to have correctly identified all missing values in the data sets, all CAS Registry Numbers validated (when present) and additionally all special characters are transformed into ASCII characters.
As such, it comes with no additional dependencies.
We suggest the following packages/functionalities in addition:
bit64::as.integer64()
to correctly handle the us_tsca$cas_reg_no
column (kept as double
for compatibility).
As of 2022-09-14, the following inventories are included:
You can install the development version of cleanventory.data from GitHub with:
# install.packages("remotes")
remotes::install_github("ZeroPM-H2020/cleanventory.data")
The data sets are immediately available when loading the package.
library(cleanventory.data)
str(eu_clp_17)
#> 'data.frame': 4702 obs. of 4 variables:
#> $ index_no : chr "001-001-00-9" "001-002-00-4" "001-003-00-X" "001-004-00-5" ...
#> $ international_chemical_identification: chr "hydrogen" "aluminium lithium hydride" "sodium hydride" "calcium hydride" ...
#> $ ec_no : chr "215-605-7" "240-877-9" "231-587-3" "232-189-2" ...
#> $ cas_no : chr "1333-74-0" "16853-85-3" "7646-69-7" "7789-78-8" ...
This R package was developed at the Norwegian Geotechnical Institute (NGI) as part of the project ZeroPM: Zero pollution of Persistent, Mobile substances. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101036756.
If you find this package useful and can afford it, please consider making a donation to a humanitarian non-profit organization, such as Sea-Watch. Thank you.