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

R 复制代码
pbdb_taxa (...)

Arguments

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


Value

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


Example

R 复制代码
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

R 复制代码
function (...) 
{
    l <- list(...)
    .pbdb_query("taxa/list", query = l)
}
相关推荐
不会C语言的男孩3 分钟前
C++ Primer 第18章:用于大型程序的工具
开发语言·c++
星恒随风10 分钟前
C++ 类和对象入门(三):拷贝构造、赋值运算符重载和深浅拷贝
开发语言·c++·笔记·学习
RickyWasYoung11 分钟前
【Matlab】科研绘图配色-极简版
开发语言·matlab
凡人叶枫12 分钟前
Effective C++ 条款03:尽可能使用 const
linux·开发语言·c++·嵌入式开发
程序员佳佳15 分钟前
我在 Windows 和低配 Linux 上做 RAG:Milvus、FAISS、向量 API 中转的中立实测
linux·人工智能·windows·gpt·aigc·milvus·faiss
佛山个人技术开发17 分钟前
GitCode个人技术开发者总结完整使用指南
windows·git·svn·github·gitcode
光影62718 分钟前
Python接口自动化测试----Requests库基础入门
开发语言·python·测试工具·pycharm·自动化
程序媛_18 分钟前
【Python】连接PostgreSQL获取手机验证码
开发语言·python·postgresql
ch.ju20 分钟前
Java Programming Chapter 4——Inherited call
java·开发语言
信看23 分钟前
Jetson Orin Quectel QMI 拨号上网
开发语言·python