R语言【paleobioDB】——pbdb_taxa():获得多个类群名的基本信息

 Package paleobioDB version 0.7.0

paleobioDB 包在2020年已经停止更新,该包依赖PBDB v1 API。

可以选择在Index of /src/contrib/Archive/paleobioDB (r-project.org)下载安装包后,执行本地安装。


Usage

pbdb_taxa (...)

Arguments

 参数【...】:可通过 API 调用的参数。所有可用参数详见 PBDB Data Service: Lists of taxa


Value

返回一组类群的基本信息,一个数据帧。


Example

library(paleobioDB)
library(RCurl)

options(RCurlOptions = list(cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl")))

pbdb_taxa (name="Canidae", vocab="pbdb", 
show=c("attr", "app", "size", "nav"))



  taxon_no orig_no record_type   rank taxon_name common_name
1    41189   41189       taxon family    Canidae       canid
   attribution     status parent_no reference_no is_extant
1 Fischer 1817 belongs to     36905         4783         1
  firstapp_ea firstapp_la lastapp_ea lastapp_la size extant_size
1    48.60000    40.40000    0.01170    0.00000  429         126
  parent_name parent_rank kingdom_no  kingdom phylum_no   phylum
1   Carnivora       order      67091 Animalia     33815 Chordata
  phylum_count class_no    class class_count order_no     order
1            0    36651 Mammalia           0    36905 Carnivora
  order_count family_no  family family_count genus_count
1           0     41189 Canidae            0          76

Page

function (...) 
{
    l <- list(...)
    .pbdb_query("taxa/list", query = l)
}

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-16 16:08:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-16 16:08:03       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-16 16:08:03       82 阅读
  4. Python语言-面向对象

    2024-01-16 16:08:03       91 阅读

热门阅读

  1. 2024年1月15日

    2024-01-16 16:08:03       45 阅读
  2. Vue3使用tinymce的配置和坑

    2024-01-16 16:08:03       44 阅读
  3. Shell编程自动化之if、for、while和函数

    2024-01-16 16:08:03       54 阅读
  4. vue3-Pinia

    2024-01-16 16:08:03       42 阅读
  5. 数据管理系统-week6-结构化查询语言(SQL)简介

    2024-01-16 16:08:03       61 阅读