Skip to contents

Get abortion data from CRR Get the data for every country from the Center for Reproductive Rights.

Usage

gdt_crr_get_data()

Value

A tibble

Examples

gdt_crr_get_data() -> reproductive_rights

reproductive_rights |>
  head(5)
#> # A tibble: 5 × 20
#>   name         spanish_country_name body       spanish_content url   category_id
#>   <named list> <named list>         <named li> <named list>    <nam> <list<name>
#> 1 <chr [1]>    <chr [1]>            <chr [1]>  <chr [1]>       <chr>         [1]
#> 2 <chr [1]>    <chr [1]>            <chr [1]>  <chr [1]>       <chr>         [1]
#> 3 <chr [1]>    <chr [1]>            <chr [1]>  <chr [1]>       <chr>         [1]
#> 4 <chr [1]>    <chr [1]>            <chr [1]>  <chr [1]>       <chr>         [1]
#> 5 <chr [1]>    <chr [1]>            <chr [1]>  <chr [1]>       <chr>         [1]
#> # ℹ 14 more variables: category_name <list<named list>>,
#> #   category_category_name_spanish <list<named list>>,
#> #   category_slug <list<named list>>, gestation_id <list<named list>>,
#> #   gestation_name <list<named list>>,
#> #   gestation_description <list<named list>>,
#> #   gestation_name_spanish <list<named list>>,
#> #   gestation_description_spanish <list<named list>>, indications <list>, …