1
0
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:
2020-09-03 20:59:21 +02:00
parent c4b87fe241
commit 68e9cb78e9
104 changed files with 542 additions and 529 deletions

View File

@ -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) %>%