Skip to contents

Whereas soib is the latest State of India's Birds (SoIB) datasheet at the national level, soib_skim() lets you obtain the SoIB datasheet for a specific subnational (or national, with mask == "India") mask of your choice, such as habitat masks or individual states.

Usage

soib_skim(mask)

Arguments

mask

character; a valid mask name

Value

A tibble. Please find info on descriptions of each variable in the source listed in the documentation for soib.

Examples

soib_skim("ONEs") # get SoIB data for Open Natural Ecosystems (ONEs)
#> # A tibble: 118 × 52
#>    `English Name`     `Scientific Name`         `SoIB 2023 Priority Status`
#>    <chr>              <chr>                     <chr>                      
#>  1 Sclater's Monal    Lophophorus sclateri      High                       
#>  2 Grey Francolin     Ortygornis pondicerianus  Low                        
#>  3 Black Francolin    Francolinus francolinus   Low                        
#>  4 Painted Francolin  Francolinus pictus        Low                        
#>  5 Himalayan Snowcock Tetraogallus himalayensis Moderate                   
#>  6 Chukar Partridge   Alectoris chukar          Low                        
#>  7 Jungle Bush Quail  Perdicula asiatica        Low                        
#>  8 Rock Bush Quail    Perdicula argoondah       Moderate                   
#>  9 Painted Bush Quail Perdicula erythrorhyncha  Moderate                   
#> 10 Hill Pigeon        Columba rupestris         Low                        
#> # ℹ 108 more rows
#> # ℹ 49 more variables: `SoIB 2023 Long-term Trend Status` <chr>,
#> #   `SoIB 2023 Current Annual Trend Status` <chr>,
#> #   `SoIB 2023 Distribution Range Size Status` <chr>,
#> #   `eBird English Name 2022` <chr>, `eBird Scientific Name 2022` <chr>,
#> #   `BLI English Name 2022` <chr>, `BLI Scientific Name 2022` <chr>,
#> #   Order <chr>, Family <chr>, `Breeding Activity Period` <chr>, …