fetch.kegg_organism {repository} R Documentation

Fetch the kegg organism table data from a given resource

Description

Usage

fetch.kegg_organism(
    resource = "http://www.kegg.jp/kegg/catalog/org_list.html",
    type = all);

Arguments

resource

[as string]

type

  • all

  • prokaryote

  • eukaryotes

  • . [as OrganismTypes]

    Details

    Authors

    kegg_kit

    Value

    this function returns data object of type Prokaryote[].

    clr value class

    Examples


    [Package repository version 1.0.0.0 Index]