1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

(v1.2.0.9007) Tidyverse selections

This commit is contained in:
2020-06-17 01:39:30 +02:00
parent 4f94e1312f
commit c4d7412f36
21 changed files with 745 additions and 92 deletions

View File

@ -75,6 +75,7 @@ export(ab_tradenames)
export(ab_url)
export(age)
export(age_groups)
export(aminoglycosides)
export(anti_join_microorganisms)
export(as.ab)
export(as.disk)
@ -87,7 +88,14 @@ export(atc_online_property)
export(availability)
export(brmo)
export(bug_drug_combinations)
export(carbapenems)
export(catalogue_of_life_version)
export(cephalosporins)
export(cephalosporins_1st)
export(cephalosporins_2nd)
export(cephalosporins_3rd)
export(cephalosporins_4th)
export(cephalosporins_5th)
export(count_I)
export(count_IR)
export(count_R)
@ -117,6 +125,7 @@ export(filter_macrolides)
export(filter_penicillins)
export(filter_tetracyclines)
export(first_isolate)
export(fluoroquinolones)
export(full_join_microorganisms)
export(g.test)
export(geom_rsi)
@ -125,6 +134,7 @@ export(get_mo_source)
export(ggplot_pca)
export(ggplot_rsi)
export(ggplot_rsi_predict)
export(glycopeptides)
export(guess_ab_col)
export(inner_join_microorganisms)
export(is.ab)
@ -139,6 +149,7 @@ export(kurtosis)
export(labels_rsi_count)
export(left_join_microorganisms)
export(like)
export(macrolides)
export(mdr_cmi2012)
export(mdr_tb)
export(mdro)
@ -172,6 +183,7 @@ export(mrgn)
export(n_rsi)
export(p_symbol)
export(pca)
export(penicillins)
export(portion_I)
export(portion_IR)
export(portion_R)
@ -195,6 +207,7 @@ export(semi_join_microorganisms)
export(set_mo_source)
export(skewness)
export(susceptibility)
export(tetracyclines)
export(theme_rsi)
importFrom(graphics,arrows)
importFrom(graphics,axis)