#' URLS to active databases
#'
#' @description A list containing the urls to active databases. Named by organism (eg 'kn99' or 's288cr64')
#'
#' @format A list with named slots
#' \describe{
#' \item{kn99_host}{host of the database server, eg ec2-18-224-181-136.us-east-2.compute.amazonaws.com}
#' \item{kn99_db_name}{cryptococcus database name. probably something like kn99_database}
#' \item{kn99_urls}{urls to all tables in kn99 database}
#' \item{s288cr64_host}{host address of the yeast s288cr64 database, eg ec2-3-131-85-10.us-east-2.compute.amazonaws.com}
#' \item{s288cr64_db_name}{yeast database name. probably something like yeast_database}
#' \item{s288cr64_urls}{urls to all tables in s288cr64 database}
#' ...
#' }
#' @source \url{https://rnaseq-databases-documentation.readthedocs.io/en/latest/}
"database_info"
#'
#' A named list containing a run number without a leading zero, eg 647, with the value being the same runnumber with
#' a leading 0, eg 0647.
#' @description this is best remedied in the database itself by forcing the column to be a string and adding the 0s
#'
"run_numbers_with_leading_zero"
#'
#' the 2016 grant summary represented as a dataframe
#'
#' @description also check the google sheet
#'
"grant_df"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.