knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(STARcounts) getwd() setwd("..") results_path <- system.file("extdata", "results/", package = "STARcounts") write.table_STARcounts(results_path=results_path, table_name="STARcountDFeByg.xls") countDF <- read.delim("STARcountDFeByg.xls", row.names=1, check.names=FALSE) head(countDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.