mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 02:22:08 +02:00
(v1.3.0.9015) as.mo() speedup for valid taxonomic names
This commit is contained in:
@ -20,6 +20,10 @@ knitr::opts_chunk$set(
|
||||
fig.width = 7.5,
|
||||
fig.height = 5
|
||||
)
|
||||
|
||||
library(AMR)
|
||||
library(dplyr)
|
||||
|
||||
options(knitr.kable.NA = '')
|
||||
|
||||
file_size <- function(...) {
|
||||
@ -74,9 +78,6 @@ download_txt <- function(filename) {
|
||||
paste0(msg, collapse = "")
|
||||
}
|
||||
|
||||
library(AMR)
|
||||
library(dplyr)
|
||||
|
||||
print_df <- function(x, rows = 6) {
|
||||
x %>%
|
||||
head(n = rows) %>%
|
||||
|
Reference in New Issue
Block a user