R/correctPkgname.R

#' Corrects improper annotation names 
#' @param pkgname The pkgname.
#' @return Some data
#' @author Andreas Mitterecker
#' @noRd
correctPkgname <- function (pkgname) {
    if (pkgname == "pd.genomewideex.6") {
        pkgname <- "pd.genomewidesnp.6"
    }
    return(pkgname)
}

Try the cn.farms package in your browser

Any scripts or data that you put into this service are public.

cn.farms documentation built on Nov. 8, 2020, 7:59 p.m.