Nothing
#' Genome statistical data from eukaryotes with complete genome
#'
#' Data from NCBI Genome database showing statistical results for
#' eukaryotes with complete genome sequenced.
#' The list of organisms with complete genome is available on KEGG
#' Organisms website and NCBI data was scraped using RCrawler package.
#' Taxonomy ids were obtained using NCBI Tax Identifier.
#'
#' @docType data
#'
#' @name spdata
#'
#' @usage data(spdata)
#'
#' @format An object of class \code{"data.frame"}
#'
#' @keywords datasets
#'
#' @references
#' Genome - NCBI.
#' Retrieved August 15, 2019 from
#' https://www.ncbi.nlm.nih.gov/genome
#'
#' Taxonomy - NCBI. Tax Identifier.
#' Retrieved August 15, 2019 from
#' https://www.ncbi.nlm.nih.gov/taxonomy
#'
#' KEGG Organisms: Complete Genomes.
#' Retrieved August 15, 2019 from
#' https://www.genome.jp/kegg/catalog/org_list.html
#'
#' @examples
#' data(spdata)
#' View(spdata)
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.