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

remove clipboard functions

This commit is contained in:
2018-05-01 09:36:45 +02:00
parent 6fa93fc286
commit 19ccc51f40
5 changed files with 0 additions and 222 deletions

View File

@ -25,8 +25,6 @@ export(anti_join_microorganisms)
export(as.mic)
export(as.rsi)
export(atc_property)
export(clipboard_export)
export(clipboard_import)
export(first_isolate)
export(freq)
export(frequency_tbl)
@ -65,7 +63,6 @@ importFrom(dplyr,all_vars)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
@ -99,8 +96,5 @@ importFrom(rvest,html_table)
importFrom(stats,fivenum)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,object.size)
importFrom(utils,packageDescription)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importFrom(xml2,read_html)