1
0
mirror of https://github.com/msberends/AMR.git synced 2025-08-27 18:22:15 +02:00

add clipboard functions again

This commit is contained in:
2018-06-27 15:54:56 +02:00
parent dab085d7ad
commit 649a8025aa
10 changed files with 358 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ export(as.rsi)
export(atc_ddd)
export(atc_groups)
export(atc_property)
export(clipboard_export)
export(clipboard_import)
export(first_isolate)
export(freq)
export(frequency_tbl)
@@ -63,6 +65,8 @@ exportMethods(print.tbl)
exportMethods(print.tbl_df)
exportMethods(summary.mic)
exportMethods(summary.rsi)
importFrom(clipr,read_clip_tbl)
importFrom(clipr,write_clip)
importFrom(curl,nslookup)
importFrom(data.table,data.table)
importFrom(dplyr,"%>%")
@@ -70,6 +74,7 @@ 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)
@@ -98,6 +103,8 @@ importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(readr,locale)
importFrom(readr,parse_guess)
importFrom(reshape2,dcast)
importFrom(rvest,html_children)
importFrom(rvest,html_node)
@@ -109,4 +116,6 @@ importFrom(stats,sd)
importFrom(utils,browseVignettes)
importFrom(utils,object.size)
importFrom(utils,packageDescription)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importFrom(xml2,read_html)