R/kegorg.R

#' KEGG organism data coverted to data.frame.
#'
#' @description The data from the KEGG data base of KEGG ORGANISM(11/16/17). Those of  entries  which, mapped on PATHWAY map.
#'    This data colected from KEGG using KEGG API.
#'
#' @docType data
#' @usage data(kegorg)
#' @format An object of dataframe with with 3 columns.
#' @keywords datasets
#' @references
#' \href{https://rpubs.com/nishikosh/297854}{Rpubs}
#' @examples
#' data(kegorg)
#' kegorg[1:3,]
#'
"kegorg"
shkonishi/rskodata documentation built on June 24, 2019, 1:03 p.m.