Description Usage Arguments Value Examples
View source: R/pr2_management.R
The database access codes is obtained with the function db_info("pr2_google").
Important: This gets the whole database, including sequences that have been removed. These sequences must be filtered out before export using pr2 <- pr2 %>% filter (is.na(removed_version)). However the taxo entries that have been removed are already removed.
1 | pr2_read(taxo_levels_number = 8)
|
taxo_levels_number |
integer - number of taxonomic levels, 8 or 9 |
A data frame with all the columns from pr2.
1 | pr2 <- pr2_read(taxo_levels_number = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.