read_count | R Documentation |
This function will read and return your count table. It can take in sparse and full count tables.
read_count(count_table_path)
count_table_path |
The file path of your count table. |
a count table 'data.frame'.
count_table <- read_count(example_path("amazon.full.count_table"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.