Giter Club home page Giter Club logo

Comments (2)

zachary-foster avatar zachary-foster commented on July 29, 2024 1

The list of taxa would still be in the object, but the function would not convert its output to taxon or hierarchy objects.
EG

> subtaxa(ex_taxmap)
$`1`
 [1] "3"  "7"  "12" "8"  "13" "4"  "9"  "14" "5"  "10" "15"

$`2`
[1] "6"  "11" "16" "17"

...

vs

> subtaxa(ex_taxmap, return_type = "taxa")
$`1`
$`1`$`3`
<Taxon>
  name: Felidae
  rank: family
  id: 9681
  authority: none

$`1`$`7`
<Taxon>
  name: Panthera
  rank: genus
  id: 146712
  authority: none

$`1`$`12`
<Taxon>
  name: tigris
  rank: species
  id: 9696
  authority: none

$`1`$`8`
<Taxon>
  name: Felis
  rank: genus
  id: 9682
  authority: none

$`1`$`13`
<Taxon>
  name: catus
  rank: species
  id: 9685
  authority: none

$`1`$`4`
<Taxon>
  name: Notoryctidae
  rank: family
  id: 4479
  authority: none

$`1`$`9`
<Taxon>
  name: Notoryctes
  rank: genus
  id: 4544
  authority: none

$`1`$`14`
<Taxon>
  name: typhlops
  rank: species
  id: 93036
  authority: none

$`1`$`5`
<Taxon>
  name: Hominidae
  rank: family
  id: 9604
  authority: none

$`1`$`10`
<Taxon>
  name: homo
  rank: genus
  id: 9605
  authority: none

$`1`$`15`
<Taxon>
  name: sapiens
  rank: species
  id: 9606
  authority: none


$`2`
$`2`$`6`
<Taxon>
  name: Solanaceae
  rank: family
  id: 4070
  authority: none

$`2`$`11`
<Taxon>
  name: Solanum
  rank: genus
  id: 4107
  authority: none

$`2`$`16`
<Taxon>
  name: lycopersicum
  rank: species
  id: 49274
  authority: none

.
.
.

vs

> ex_taxmap$taxa
$`1`
<Taxon>
  name: Mammalia
  rank: class
  id: 9681
  authority: none

$`2`
<Taxon>
  name: Plantae
  rank: kingdom
  id: 33090
  authority: none

$`3`
<Taxon>
  name: Felidae
  rank: family
  id: 9681
  authority: none

$`4`
<Taxon>
  name: Notoryctidae
  rank: family
  id: 4479
  authority: none

$`5`
<Taxon>
  name: Hominidae
  rank: family
  id: 9604
  authority: none

from taxa.

sckott avatar sckott commented on July 29, 2024

This will however remove return_type's ability to return taxa and hierarchies objects

but they can still be accessed via $ ?

from taxa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.