ropensci / Originr
Licence: other
Species origin data from the web in R
Stars: ✭ 13
Programming Languages
r
7636 projects
Projects that are alternatives of or similar to Originr
Egretci
A bootstrap method for estimating uncertainty of water quality trends
Stars: ✭ 5 (-61.54%)
Mutual labels: r-package, rstats
Rnaturalearthdata
to hold data used by rnaturalearth
Stars: ✭ 8 (-38.46%)
Mutual labels: r-package, rstats
Tidymv
Tidy Model Visualisation for Generalised Additive Models
Stars: ✭ 25 (+92.31%)
Mutual labels: r-package, rstats
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+4253.85%)
Mutual labels: r-package, rstats
Rdhs
API Client and Data Munging for the Demographic and Health Survey Data
Stars: ✭ 22 (+69.23%)
Mutual labels: r-package, rstats
Tabulizer
Bindings for Tabula PDF Table Extractor Library
Stars: ✭ 413 (+3076.92%)
Mutual labels: r-package, rstats
Rtimicropem
😷 R Package for the Analysis of RTI MicroPEM Output Files 😷
Stars: ✭ 9 (-30.77%)
Mutual labels: r-package, rstats
Chr
🔤 Lightweight R package for manipulating [string] characters
Stars: ✭ 18 (+38.46%)
Mutual labels: r-package, rstats
Timevis
📅 Create interactive timeline visualizations in R
Stars: ✭ 470 (+3515.38%)
Mutual labels: r-package, rstats
Restez
😴 📂 Create and Query a Local Copy of GenBank in R
Stars: ✭ 22 (+69.23%)
Mutual labels: r-package, rstats
Gtsummary
Presentation-Ready Data Summary and Analytic Result Tables
Stars: ✭ 450 (+3361.54%)
Mutual labels: r-package, rstats
Metaflow
🚀 Build and manage real-life data science projects with ease!
Stars: ✭ 5,108 (+39192.31%)
Mutual labels: r-package, rstats
Icpsrdata
Reproducible data downloads from the ICPSR data archive
Stars: ✭ 7 (-46.15%)
Mutual labels: r-package, rstats
Dataexplorer
Automate Data Exploration and Treatment
Stars: ✭ 362 (+2684.62%)
Mutual labels: r-package, rstats
Visdat
Preliminary Exploratory Visualisation of Data
Stars: ✭ 377 (+2800%)
Mutual labels: r-package, rstats
Skimr
A frictionless, pipeable approach to dealing with summary statistics
Stars: ✭ 889 (+6738.46%)
Mutual labels: r-package, rstats
originr
Species Origin Data
Data sources:
- Encyclopedia of Life http://eol.org
- Flora Europaea http://rbg-web2.rbge.org.uk/FE/fe.html
- Global Invasive Species Database http://www.iucngisd.org/gisd
- Native Species Resolver http://bien.nceas.ucsb.edu/bien/tools/nsr/nsr-ws/
- Integrated Taxonomic Information Service http://www.itis.gov/
- Global Register of Introduced and Invasive Species http://www.griis.org/
Install
Stable CRAN version
install.packages("originr")
Development version
devtools::install_github("ropensci/originr")
library("originr")
EOL invasive species datasets
Datasets included:
-
gisd100
- 100 of the World's Worst Invasive Alien Species (Global Invasive Species Database) http://eol.org/collections/54500 -
gisd
- Global Invasive Species Database 2013 http://eol.org/collections/54983 -
isc
- Centre for Agriculture and Biosciences International Invasive Species Compendium (ISC) http://eol.org/collections/55180 -
daisie
- Delivering Alien Invasive Species Inventories for Europe (DAISIE) Species List http://eol.org/collections/55179 -
i3n
- IABIN Invasives Information Network (I3N) Species http://eol.org/collections/55176 -
mineps
- Marine Invaders of the NE Pacific Species http://eol.org/collections/55331
An example using mineps
eol(name='Ciona intestinalis', dataset='mineps')
#> searched_name name eol_object_id
#> 1 Ciona intestinalis Ciona intestinalis (Linnaeus, 1767) 512629
#> db
#> 1 mineps
Native Species Resolver
nsr("Pinus ponderosa", "United States")
#> family genus species country native_status
#> 1 Pinaceae Pinus Pinus ponderosa United States P
#> native_status_reason
#> 1 Present in one or more checklists for region, status not indicated
#> native_status_sources isIntroduced isCultivated
#> 1 usda 0 0
Global Invasive Species Database
sp <- c("Carpobrotus edulis", "Rosmarinus officinalis")
gisd(sp)
#> $`Carpobrotus edulis`
#> $`Carpobrotus edulis`$species
#> [1] "Carpobrotus edulis"
#>
#> $`Carpobrotus edulis`$alien_range
#> [1] "albania" "argentina" "australia"
#> [4] "bermuda" "chile" "croatia"
#> [7] "france" "french polynesia" "germany"
#> [10] "gibraltar" "greece" "guernsey"
#> [13] "ireland" "italy" "malta"
#> [16] "mexico" "new zealand" "pitcairn"
#> [19] "portugal" "saint helena" "spain"
#> [22] "tunisia" "united kingdom" "united states"
#>
#> $`Carpobrotus edulis`$native_range
#> character(0)
#>
#>
#> $`Rosmarinus officinalis`
#> $`Rosmarinus officinalis`$species
#> [1] "Rosmarinus officinalis"
#>
#> $`Rosmarinus officinalis`$status
#> [1] "Not in GISD"
Flora Europaea
flora_europaea("Lavandula stoechas")
#> $native
#> [1] "Islas_Baleares" "Corse" "Kriti" "France"
#> [5] "Greece" "Spain" "Italy" "Portugal"
#> [9] "Sardegna" "Sicilia" "Turkey"
#>
#> $exotic
#> [1] NA
#>
#> $status_doubtful
#> [1] NA
#>
#> $occurrence_doubtful
#> [1] NA
#>
#> $extinct
#> [1] NA
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
originr
in R doingcitation(package = 'originr')
- Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].