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

Added function n_rsi

This commit is contained in:
2018-05-02 14:56:25 +02:00
parent e5ae7b98ac
commit c0fc82c794
17 changed files with 292 additions and 171 deletions

View File

@ -38,6 +38,7 @@ export(is.rsi)
export(key_antibiotics)
export(left_join_microorganisms)
export(mo_property)
export(n_rsi)
export(right_join_microorganisms)
export(rsi)
export(rsi_df)
@ -96,5 +97,6 @@ importFrom(rvest,html_table)
importFrom(stats,fivenum)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,object.size)
importFrom(utils,packageDescription)
importFrom(xml2,read_html)