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

the kegg organism data resource, by default is the kegg online page data. [as string]

type

0. all 1. prokaryote 2. 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]