Skip to contents

This function scrapes the JECFA database to get information about a chemical.

Usage

get_chemical(id)

Arguments

id

(chr) The index of the chemical in the JECFA database.

Value

A tibble with the chemical information.

Examples

get_chemical("1")
#> # A tibble: 1 × 23
#>   ADI1          ADI_sourcelink1 Meeting1 Meeting_sourcelink1 `Specs Code1`
#>   <chr>         <chr>           <chr>    <chr>               <chr>        
#> 1 NOT SPECIFIED NA              33       NA                  R            
#> # ℹ 18 more variables: `Specs Code_sourcelink1` <chr>, Report1 <chr>,
#> #   Report_sourcelink1 <chr>, `Tox Monograph1` <chr>,
#> #   `Tox Monograph_sourcelink1` <chr>, Specification1 <chr>,
#> #   Specification_sourcelink1 <chr>, `Previous Years1` <chr>,
#> #   `Previous Years_sourcelink1` <chr>, Synonyms <chr>, `CAS number` <chr>,
#> #   INS <chr>, `Functional Class` <chr>, `INS matches` <chr>,
#> #   `Evaluation year1` <chr>, JECFA_name <chr>, index <chr>, URL <chr>